Color Hex Logo

#8fbfdd Color Hex

#8FBFDD
(143,191,221)
0 Favorites   0 Comments

Color spaces of #8fbfdd

RGB 143191221
HSL0.560.530.71
HSV203°35°87°
CMYK 0.350.140.00   0.13
XYZ43.009648.321775.4668
Yxy48.32170.25790.2897
Hunter Lab69.5138-11.2076-15.7078
CIE-Lab75.0274-8.4940-20.0516

#8fbfdd color RGB value is (143,191,221).

#8fbfdd hex color red value is 143, green value is 191 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8fbfdd hue: 0.56 , saturation: 0.53 and the lightness value of 8fbfdd is 0.71.

The process color (four color CMYK) of #8fbfdd color hex is 0.35, 0.14, 0.00, 0.13. Web safe color of #8fbfdd is #99cccc. Color #8fbfdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111111 11011101
Octal 217 277 335
Decimal 143 191 221
Hex 8F BF DD

RGB Percentages of Color #8fbfdd

%25.77
%34.41
%39.82

CMYK Percentages of Color #8fbfdd

%35
%14
%0
%13

Triadic Colors of #8fbfdd

#8fbfdd #dd8fbf #bfdd8f

Analogous Colors of #8fbfdd

#8fbfdd #8f98dd #8fddd4

Monochromatic Colors of #8fbfdd

#8fbfdd

Complementary Color

#8fbfdd #ddad8f

#8fbfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbfdd Color CSS Codes

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

#8fbfdd Text Font Color

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

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


#8fbfdd Background Color

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

This div background color is #8fbfdd


#8fbfdd Border Color

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

This div border color is #8fbfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbfdd


Comments

No comments written yet.

Please login to write comment.