Color Hex Logo

#8cdeec Color Hex

#8CDEEC
(140,222,236)
0 Favorites   0 Comments

Color spaces of #8cdeec

RGB 140222236
HSL0.520.720.74
HSV189°41°93°
CMYK 0.410.060.00   0.07
XYZ52.076863.874188.9411
Yxy63.87410.25420.3117
Hunter Lab79.9213-23.5514-10.0365
CIE-Lab83.9002-21.4642-14.7164

#8cdeec color RGB value is (140,222,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011110 11101100
Octal 214 336 354
Decimal 140 222 236
Hex 8C DE EC

RGB Percentages of Color #8cdeec

%23.41
%37.12
%39.46

CMYK Percentages of Color #8cdeec

%41
%6
%0
%7

Triadic Colors of #8cdeec

#8cdeec #ec8cde #deec8c

Analogous Colors of #8cdeec

#8cdeec #8caeec #8cecca

Monochromatic Colors of #8cdeec

#8cdeec

Complementary Color

#8cdeec #ec9a8c

#8cdeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdeec Color CSS Codes

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

#8cdeec Text Font Color

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

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


#8cdeec Background Color

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

This div background color is #8cdeec


#8cdeec Border Color

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

This div border color is #8cdeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdeec


Comments

No comments written yet.

Please login to write comment.