Color Hex Logo

#8cdbdc Color Hex

#8CDBDC
(140,219,220)
0 Favorites   0 Comments

Color spaces of #8cdbdc

RGB 140219220
HSL0.500.530.71
HSV181°36°86°
CMYK 0.360.000.00   0.14
XYZ49.065061.405876.9767
Yxy61.40580.26180.3276
Hunter Lab78.3619-25.3684-3.3887
CIE-Lab82.5964-23.8890-8.1742

#8cdbdc color RGB value is (140,219,220).

#8cdbdc hex color red value is 140, green value is 219 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8cdbdc hue: 0.50 , saturation: 0.53 and the lightness value of 8cdbdc is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011011 11011100
Octal 214 333 334
Decimal 140 219 220
Hex 8C DB DC

RGB Percentages of Color #8cdbdc

%24.18
%37.82
%38.00

CMYK Percentages of Color #8cdbdc

%36
%0
%0
%14

Triadic Colors of #8cdbdc

#8cdbdc #dc8cdb #dbdc8c

Analogous Colors of #8cdbdc

#8cdbdc #8cb3dc #8cdcb5

Monochromatic Colors of #8cdbdc

#8cdbdc

Complementary Color

#8cdbdc #dc8d8c

#8cdbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdbdc Color CSS Codes

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

#8cdbdc Text Font Color

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

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


#8cdbdc Background Color

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

This div background color is #8cdbdc


#8cdbdc Border Color

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

This div border color is #8cdbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdbdc


Comments

No comments written yet.

Please login to write comment.