Color Hex Logo

#8cdeea Color Hex

#8CDEEA
(140,222,234)
0 Favorites   0 Comments

Color spaces of #8cdeea

RGB 140222234
HSL0.520.690.73
HSV188°40°92°
CMYK 0.400.050.00   0.08
XYZ51.787863.758587.4190
Yxy63.75850.25520.3141
Hunter Lab79.8489-23.9654-9.0167
CIE-Lab83.8399-21.9625-13.7477

#8cdeea color RGB value is (140,222,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011110 11101010
Octal 214 336 352
Decimal 140 222 234
Hex 8C DE EA

RGB Percentages of Color #8cdeea

%23.49
%37.25
%39.26

CMYK Percentages of Color #8cdeea

%40
%5
%0
%8

Triadic Colors of #8cdeea

#8cdeea #ea8cde #deea8c

Analogous Colors of #8cdeea

#8cdeea #8cafea #8ceac7

Monochromatic Colors of #8cdeea

#8cdeea

Complementary Color

#8cdeea #ea988c

#8cdeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdeea Color CSS Codes

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

#8cdeea Text Font Color

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

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


#8cdeea Background Color

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

This div background color is #8cdeea


#8cdeea Border Color

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

This div border color is #8cdeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdeea


Comments

No comments written yet.

Please login to write comment.