Color Hex Logo

#8fcbbd Color Hex

#8FCBBD
(143,203,189)
0 Favorites   0 Comments

Color spaces of #8fcbbd

RGB 143203189
HSL0.460.370.68
HSV166°30°80°
CMYK 0.300.000.07   0.20
XYZ41.868952.225656.0179
Yxy52.22560.27890.3479
Hunter Lab72.2673-23.05174.6285
CIE-Lab77.4155-22.21180.8036

#8fcbbd color RGB value is (143,203,189).

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

The process color (four color CMYK) of #8fcbbd color hex is 0.30, 0.00, 0.07, 0.20. Web safe color of #8fcbbd is #99cccc. Color #8fcbbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001011 10111101
Octal 217 313 275
Decimal 143 203 189
Hex 8F CB BD

RGB Percentages of Color #8fcbbd

%26.73
%37.94
%35.33

CMYK Percentages of Color #8fcbbd

%30
%0
%7
%20

Triadic Colors of #8fcbbd

#8fcbbd #bd8fcb #cbbd8f

Analogous Colors of #8fcbbd

#8fcbbd #8fbbcb #8fcb9f

Monochromatic Colors of #8fcbbd

#8fcbbd

Complementary Color

#8fcbbd #cb8f9d

#8fcbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcbbd Color CSS Codes

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

#8fcbbd Text Font Color

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

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


#8fcbbd Background Color

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

This div background color is #8fcbbd


#8fcbbd Border Color

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

This div border color is #8fcbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcbbd


Comments

No comments written yet.

Please login to write comment.