Color Hex Logo

#8bcfdc Color Hex

#8BCFDC
(139,207,220)
0 Favorites   0 Comments

Color spaces of #8bcfdc

RGB 139207220
HSL0.530.540.70
HSV190°37°86°
CMYK 0.370.060.00   0.14
XYZ45.878655.281975.9626
Yxy55.28190.25900.3121
Hunter Lab74.3518-19.9726-8.5282
CIE-Lab79.2034-18.1416-13.2384

#8bcfdc color RGB value is (139,207,220).

#8bcfdc hex color red value is 139, green value is 207 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8bcfdc hue: 0.53 , saturation: 0.54 and the lightness value of 8bcfdc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001111 11011100
Octal 213 317 334
Decimal 139 207 220
Hex 8B CF DC

RGB Percentages of Color #8bcfdc

%24.56
%36.57
%38.87

CMYK Percentages of Color #8bcfdc

%37
%6
%0
%14

Triadic Colors of #8bcfdc

#8bcfdc #dc8bcf #cfdc8b

Analogous Colors of #8bcfdc

#8bcfdc #8ba7dc #8bdcc1

Monochromatic Colors of #8bcfdc

#8bcfdc

Complementary Color

#8bcfdc #dc988b

#8bcfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bcfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bcfdc Color CSS Codes

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

#8bcfdc Text Font Color

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

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


#8bcfdc Background Color

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

This div background color is #8bcfdc


#8bcfdc Border Color

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

This div border color is #8bcfdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,207,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 #8bcfdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bcfdc


Comments

No comments written yet.

Please login to write comment.