Color Hex Logo

#8fb0cb Color Hex

#8FB0CB
(143,176,203)
0 Favorites   0 Comments

Color spaces of #8fb0cb

RGB 143176203
HSL0.580.370.68
HSV207°30°80°
CMYK 0.300.130.00   0.20
XYZ37.632541.202162.4693
Yxy41.20210.26630.2916
Hunter Lab64.1889-7.6799-12.7695
CIE-Lab70.3173-4.9061-17.3648

#8fb0cb color RGB value is (143,176,203).

#8fb0cb hex color red value is 143, green value is 176 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8fb0cb hue: 0.58 , saturation: 0.37 and the lightness value of 8fb0cb is 0.68.

The process color (four color CMYK) of #8fb0cb color hex is 0.30, 0.13, 0.00, 0.20. Web safe color of #8fb0cb is #9999cc. Color #8fb0cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10110000 11001011
Octal 217 260 313
Decimal 143 176 203
Hex 8F B0 CB

RGB Percentages of Color #8fb0cb

%27.39
%33.72
%38.89

CMYK Percentages of Color #8fb0cb

%30
%13
%0
%20

Triadic Colors of #8fb0cb

#8fb0cb #cb8fb0 #b0cb8f

Analogous Colors of #8fb0cb

#8fb0cb #8f92cb #8fcbc8

Monochromatic Colors of #8fb0cb

#8fb0cb

Complementary Color

#8fb0cb #cbaa8f

#8fb0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fb0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fb0cb Color CSS Codes

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

#8fb0cb Text Font Color

<p style="color:#8fb0cb">Text here</p>

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


#8fb0cb Background Color

<div style="background-color:#8fb0cb">
Div content here</div>

This div background color is #8fb0cb


#8fb0cb Border Color

<div style="border:3px solid #8fb0cb">
Div here</div>

This div border color is #8fb0cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,176,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8fb0cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8fb0cb;
  -webkit-box-shadow: 1px 1px 3px 2px #8fb0cb;
  box-shadow:         1px 1px 3px 2px #8fb0cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fb0cb


Comments

No comments written yet.

Please login to write comment.