Color Hex Logo

#9cedfb Color Hex

#9CEDFB
(156,237,251)
2 Favorites   0 Comments

Color spaces of #9cedfb

RGB 156237251
HSL0.520.920.80
HSV189°38°98°
CMYK 0.380.060.00   0.02
XYZ61.407174.6013102.4298
Yxy74.60130.25750.3129
Hunter Lab86.3720-24.2447-9.8524
CIE-Lab89.2059-21.2286-14.5786

#9cedfb color RGB value is (156,237,251).

#9cedfb hex color red value is 156, green value is 237 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9cedfb hue: 0.52 , saturation: 0.92 and the lightness value of 9cedfb is 0.80.

The process color (four color CMYK) of #9cedfb color hex is 0.38, 0.06, 0.00, 0.02. Web safe color of #9cedfb is #99ffff. Color #9cedfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101101 11111011
Octal 234 355 373
Decimal 156 237 251
Hex 9C ED FB

RGB Percentages of Color #9cedfb

%24.22
%36.80
%38.98

CMYK Percentages of Color #9cedfb

%38
%6
%0
%2

Triadic Colors of #9cedfb

#9cedfb #fb9ced #edfb9c

Analogous Colors of #9cedfb

#9cedfb #9cbefb #9cfbda

Monochromatic Colors of #9cedfb

#9cedfb

Complementary Color

#9cedfb #fbaa9c

#9cedfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cedfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cedfb Color CSS Codes

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

#9cedfb Text Font Color

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

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


#9cedfb Background Color

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

This div background color is #9cedfb


#9cedfb Border Color

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

This div border color is #9cedfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cedfb

Related Colors

#9cedfb Color Palettes


Comments

No comments written yet.

Please login to write comment.