Color Hex Logo

#8fbdca Color Hex

#8FBDCA
(143,189,202)
0 Favorites   0 Comments

Color spaces of #8fbdca

RGB 143189202
HSL0.540.360.68
HSV193°29°79°
CMYK 0.290.060.00   0.21
XYZ40.186046.499162.7343
Yxy46.49910.26890.3112
Hunter Lab68.1902-14.1390-6.8130
CIE-Lab73.8682-12.0888-11.4771

#8fbdca color RGB value is (143,189,202).

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

The process color (four color CMYK) of #8fbdca color hex is 0.29, 0.06, 0.00, 0.21. Web safe color of #8fbdca is #99cccc. Color #8fbdca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111101 11001010
Octal 217 275 312
Decimal 143 189 202
Hex 8F BD CA

RGB Percentages of Color #8fbdca

%26.78
%35.39
%37.83

CMYK Percentages of Color #8fbdca

%29
%6
%0
%21

Triadic Colors of #8fbdca

#8fbdca #ca8fbd #bdca8f

Analogous Colors of #8fbdca

#8fbdca #8fa0ca #8fcaba

Monochromatic Colors of #8fbdca

#8fbdca

Complementary Color

#8fbdca #ca9c8f

#8fbdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbdca Color CSS Codes

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

#8fbdca Text Font Color

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

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


#8fbdca Background Color

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

This div background color is #8fbdca


#8fbdca Border Color

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

This div border color is #8fbdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbdca


Comments

No comments written yet.

Please login to write comment.