Color Hex Logo

#8fcbd3 Color Hex

#8FCBD3
(143,203,211)
0 Favorites   0 Comments

Color spaces of #8fcbd3

RGB 143203211
HSL0.520.440.69
HSV187°32°83°
CMYK 0.320.040.00   0.17
XYZ44.441553.254769.5649
Yxy53.25470.26570.3184
Hunter Lab72.9758-19.0031-5.4357
CIE-Lab78.0251-17.2018-10.1433

#8fcbd3 color RGB value is (143,203,211).

#8fcbd3 hex color red value is 143, green value is 203 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #8fcbd3 hue: 0.52 , saturation: 0.44 and the lightness value of 8fcbd3 is 0.69.

The process color (four color CMYK) of #8fcbd3 color hex is 0.32, 0.04, 0.00, 0.17. Web safe color of #8fcbd3 is #99cccc. Color #8fcbd3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001011 11010011
Octal 217 313 323
Decimal 143 203 211
Hex 8F CB D3

RGB Percentages of Color #8fcbd3

%25.67
%36.45
%37.88

CMYK Percentages of Color #8fcbd3

%32
%4
%0
%17

Triadic Colors of #8fcbd3

#8fcbd3 #d38fcb #cbd38f

Analogous Colors of #8fcbd3

#8fcbd3 #8fa9d3 #8fd3b9

Monochromatic Colors of #8fcbd3

#8fcbd3

Complementary Color

#8fcbd3 #d3978f

#8fcbd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcbd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcbd3 Color CSS Codes

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

#8fcbd3 Text Font Color

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

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


#8fcbd3 Background Color

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

This div background color is #8fcbd3


#8fcbd3 Border Color

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

This div border color is #8fcbd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcbd3


Comments

No comments written yet.

Please login to write comment.