Color Hex Logo

#9cdfea Color Hex

#9CDFEA
(156,223,234)
0 Favorites   0 Comments

Color spaces of #9cdfea

RGB 156223234
HSL0.520.650.76
HSV188°33°92°
CMYK 0.330.050.00   0.08
XYZ54.949365.783887.6433
Yxy65.78380.26370.3157
Hunter Lab81.1072-21.0057-7.2929
CIE-Lab84.8860-18.3251-12.1028

#9cdfea color RGB value is (156,223,234).

#9cdfea hex color red value is 156, green value is 223 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9cdfea hue: 0.52 , saturation: 0.65 and the lightness value of 9cdfea is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011111 11101010
Octal 234 337 352
Decimal 156 223 234
Hex 9C DF EA

RGB Percentages of Color #9cdfea

%25.45
%36.38
%38.17

CMYK Percentages of Color #9cdfea

%33
%5
%0
%8

Triadic Colors of #9cdfea

#9cdfea #ea9cdf #dfea9c

Analogous Colors of #9cdfea

#9cdfea #9cb8ea #9ceace

Monochromatic Colors of #9cdfea

#9cdfea

Complementary Color

#9cdfea #eaa79c

#9cdfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cdfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cdfea Color CSS Codes

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

#9cdfea Text Font Color

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

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


#9cdfea Background Color

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

This div background color is #9cdfea


#9cdfea Border Color

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

This div border color is #9cdfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cdfea


Comments

No comments written yet.

Please login to write comment.