Color Hex Logo

#8cdaea Color Hex

#8CDAEA
(140,218,234)
0 Favorites   0 Comments

Color spaces of #8cdaea

RGB 140218234
HSL0.530.690.73
HSV190°40°92°
CMYK 0.400.070.00   0.08
XYZ50.737961.658887.0691
Yxy61.65880.25440.3091
Hunter Lab78.5231-22.0773-10.7766
CIE-Lab82.7316-19.9642-15.4101

#8cdaea color RGB value is (140,218,234).

#8cdaea hex color red value is 140, green value is 218 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8cdaea hue: 0.53 , saturation: 0.69 and the lightness value of 8cdaea is 0.73.

The process color (four color CMYK) of #8cdaea color hex is 0.40, 0.07, 0.00, 0.08. Web safe color of #8cdaea is #99ccff. Color #8cdaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011010 11101010
Octal 214 332 352
Decimal 140 218 234
Hex 8C DA EA

RGB Percentages of Color #8cdaea

%23.65
%36.82
%39.53

CMYK Percentages of Color #8cdaea

%40
%7
%0
%8

Triadic Colors of #8cdaea

#8cdaea #ea8cda #daea8c

Analogous Colors of #8cdaea

#8cdaea #8cabea #8ceacb

Monochromatic Colors of #8cdaea

#8cdaea

Complementary Color

#8cdaea #ea9c8c

#8cdaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdaea Color CSS Codes

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

#8cdaea Text Font Color

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

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


#8cdaea Background Color

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

This div background color is #8cdaea


#8cdaea Border Color

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

This div border color is #8cdaea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,218,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdaea


Comments

No comments written yet.

Please login to write comment.