Color Hex Logo

#9cdaec Color Hex

#9CDAEC
(156,218,236)
0 Favorites   0 Comments

Color spaces of #9cdaec

RGB 156218236
HSL0.540.680.77
HSV194°34°93°
CMYK 0.340.080.00   0.07
XYZ53.922063.266988.7266
Yxy63.26690.26190.3072
Hunter Lab79.5405-18.1873-10.4590
CIE-Lab83.5826-15.3191-15.1135

#9cdaec color RGB value is (156,218,236).

#9cdaec hex color red value is 156, green value is 218 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9cdaec hue: 0.54 , saturation: 0.68 and the lightness value of 9cdaec is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011010 11101100
Octal 234 332 354
Decimal 156 218 236
Hex 9C DA EC

RGB Percentages of Color #9cdaec

%25.57
%35.74
%38.69

CMYK Percentages of Color #9cdaec

%34
%8
%0
%7

Triadic Colors of #9cdaec

#9cdaec #ec9cda #daec9c

Analogous Colors of #9cdaec

#9cdaec #9cb2ec #9cecd6

Monochromatic Colors of #9cdaec

#9cdaec

Complementary Color

#9cdaec #ecae9c

#9cdaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cdaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cdaec Color CSS Codes

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

#9cdaec Text Font Color

<p style="color:#9cdaec">Text here</p>

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


#9cdaec Background Color

<div style="background-color:#9cdaec">
Div content here</div>

This div background color is #9cdaec


#9cdaec Border Color

<div style="border:3px solid #9cdaec">
Div here</div>

This div border color is #9cdaec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,218,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cdaec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cdaec;
  -webkit-box-shadow: 1px 1px 3px 2px #9cdaec;
  box-shadow:         1px 1px 3px 2px #9cdaec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,218,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 #9cdaec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cdaec


Comments

No comments written yet.

Please login to write comment.