Color Hex Logo

#9cdfed Color Hex

#9CDFED
(156,223,237)
0 Favorites   0 Comments

Color spaces of #9cdfed

RGB 156223237
HSL0.530.690.77
HSV190°34°93°
CMYK 0.340.060.00   0.07
XYZ55.384065.957789.9328
Yxy65.95770.26210.3122
Hunter Lab81.2143-20.3973-8.8048
CIE-Lab84.9748-17.6125-13.5558

#9cdfed color RGB value is (156,223,237).

#9cdfed hex color red value is 156, green value is 223 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9cdfed hue: 0.53 , saturation: 0.69 and the lightness value of 9cdfed is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011111 11101101
Octal 234 337 355
Decimal 156 223 237
Hex 9C DF ED

RGB Percentages of Color #9cdfed

%25.32
%36.20
%38.47

CMYK Percentages of Color #9cdfed

%34
%6
%0
%7

Triadic Colors of #9cdfed

#9cdfed #ed9cdf #dfed9c

Analogous Colors of #9cdfed

#9cdfed #9cb7ed #9cedd3

Monochromatic Colors of #9cdfed

#9cdfed

Complementary Color

#9cdfed #edaa9c

#9cdfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cdfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cdfed Color CSS Codes

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

#9cdfed Text Font Color

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

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


#9cdfed Background Color

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

This div background color is #9cdfed


#9cdfed Border Color

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

This div border color is #9cdfed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,223,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cdfed


Comments

No comments written yet.

Please login to write comment.