Color Hex Logo

#8cdcec Color Hex

#8CDCEC
(140,220,236)
0 Favorites   0 Comments

Color spaces of #8cdcec

RGB 140220236
HSL0.530.720.74
HSV190°41°93°
CMYK 0.410.070.00   0.07
XYZ51.548762.818088.7651
Yxy62.81800.25380.3092
Hunter Lab79.2578-22.6061-10.9216
CIE-Lab83.3465-20.4655-15.5475

#8cdcec color RGB value is (140,220,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011100 11101100
Octal 214 334 354
Decimal 140 220 236
Hex 8C DC EC

RGB Percentages of Color #8cdcec

%23.49
%36.91
%39.60

CMYK Percentages of Color #8cdcec

%41
%7
%0
%7

Triadic Colors of #8cdcec

#8cdcec #ec8cdc #dcec8c

Analogous Colors of #8cdcec

#8cdcec #8cacec #8ceccc

Monochromatic Colors of #8cdcec

#8cdcec

Complementary Color

#8cdcec #ec9c8c

#8cdcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdcec Color CSS Codes

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

#8cdcec Text Font Color

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

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


#8cdcec Background Color

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

This div background color is #8cdcec


#8cdcec Border Color

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

This div border color is #8cdcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdcec


Comments

No comments written yet.

Please login to write comment.