Color Hex Logo

#1c8bde Color Hex

#1C8BDE
(28,139,222)
0 Favorites   0 Comments

Color spaces of #1c8bde

RGB 28139222
HSL0.570.780.49
HSV206°87°87°
CMYK 0.870.370.00   0.13
XYZ22.896323.986072.5302
Yxy23.98600.19170.2009
Hunter Lab48.9755-2.2575-53.5226
CIE-Lab56.07380.4460-50.4040

#1c8bde color RGB value is (28,139,222).

#1c8bde hex color red value is 28, green value is 139 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #1c8bde hue: 0.57 , saturation: 0.78 and the lightness value of 1c8bde is 0.49.

The process color (four color CMYK) of #1c8bde color hex is 0.87, 0.37, 0.00, 0.13. Web safe color of #1c8bde is #3399cc. Color #1c8bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10001011 11011110
Octal 34 213 336
Decimal 28 139 222
Hex 1C 8B DE

RGB Percentages of Color #1c8bde

%7.20
%35.73
%57.07

CMYK Percentages of Color #1c8bde

%87
%37
%0
%13

Triadic Colors of #1c8bde

#1c8bde #de1c8b #8bde1c

Analogous Colors of #1c8bde

#1c8bde #1c2ade #1cded0

Monochromatic Colors of #1c8bde

#1c8bde

Complementary Color

#1c8bde #de6f1c

#1c8bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c8bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c8bde Color CSS Codes

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

#1c8bde Text Font Color

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

This sample text font color is #1c8bde
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.


#1c8bde Background Color

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

This div background color is #1c8bde


#1c8bde Border Color

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

This div border color is #1c8bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c8bde


Comments

No comments written yet.

Please login to write comment.