Color Hex Logo

#8fbedc Color Hex

#8FBEDC
(143,190,220)
0 Favorites   0 Comments

Color spaces of #8fbedc

RGB 143190220
HSL0.560.520.71
HSV203°35°86°
CMYK 0.350.140.00   0.14
XYZ42.659447.833974.6946
Yxy47.83390.25820.2896
Hunter Lab69.1621-10.9342-15.6194
CIE-Lab74.7200-8.2139-19.9758

#8fbedc color RGB value is (143,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111110 11011100
Octal 217 276 334
Decimal 143 190 220
Hex 8F BE DC

RGB Percentages of Color #8fbedc

%25.86
%34.36
%39.78

CMYK Percentages of Color #8fbedc

%35
%14
%0
%14

Triadic Colors of #8fbedc

#8fbedc #dc8fbe #bedc8f

Analogous Colors of #8fbedc

#8fbedc #8f98dc #8fdcd4

Monochromatic Colors of #8fbedc

#8fbedc

Complementary Color

#8fbedc #dcad8f

#8fbedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbedc Color CSS Codes

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

#8fbedc Text Font Color

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

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


#8fbedc Background Color

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

This div background color is #8fbedc


#8fbedc Border Color

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

This div border color is #8fbedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbedc


Comments

No comments written yet.

Please login to write comment.