Hex #1c86ee Color

#1c86ee
equivalent to

RGB

(28, 134, 238)

Details of #1c86ee

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
28
24.4366
0.58
0.88
55.5533
23.4701
210°
48.4460
134
23.4701
0.86
0.44
9.5149
0.1851
88°
5.2569
238
84.1312
0.52
0.00   0.07
-60.1574
0.1778
93°
-69.0134

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11100
34
28
1C
Green
10000110
206
134
86
Blue
11101110
356
238
EE

RGB in % of #1c86ee

%7.00
%33.50
%59.50

CMYK in % of #1c86ee

%88
%44
%0
%7

Triads of color #1c86ee

#1c86ee #86ee1c #ee1cee

Similar Colors to #1c86ee

#1c86ee #1ceeed #1c1dee

Preview Color #1c86ee on black ground

#1c86ee is very interesting for text.

Preview Color #1c86ee on white ground

#1c86ee is very interesting for text.

CSS Codes #1c86ee color

.mybgcolor {background-color:#1c86ee; }
.myforecolor {color:#1c86ee; }
.mybordercolor {border:3px solid #1c86ee; }

Text Font Color #1c86ee

<p style="color:#1c86ee">Text here</p>

This sample text font color is #1c86ee
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #1c86ee

<div style="background-color:#1c86ee">
Div content here</div>

This div background color is #1c86ee


Border Color #1c86ee

<div style="border:3px solid #1c86ee">
Div here</div>

The color of this border is #1c86ee


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #1c86ee; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #1c86ee;
-webkit-box-shadow: 1px 1px 3px 2px #1c86ee;
box-shadow:         1px 1px 3px 2px #1c86ee; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #1c86ee">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #1c86ee;
  -webkit-box-shadow: 1px 1px 3px 2px #1c86ee;
  box-shadow:         1px 1px 3px 2px #1c86ee;">
Div content here</div>

The shadow of div box using color #1c86ee