Color Hex Logo

#9ceefd Color Hex

#9CEEFD
(156,238,253)
0 Favorites   0 Comments

Color spaces of #9ceefd

RGB 156238253
HSL0.530.960.80
HSV189°38°99°
CMYK 0.380.060.00   0.01
XYZ62.014575.3088104.1961
Yxy75.30880.25680.3118
Hunter Lab86.7806-24.3079-10.4421
CIE-Lab89.5374-21.2372-15.1270

#9ceefd color RGB value is (156,238,253).

#9ceefd hex color red value is 156, green value is 238 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #9ceefd hue: 0.53 , saturation: 0.96 and the lightness value of 9ceefd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101110 11111101
Octal 234 356 375
Decimal 156 238 253
Hex 9C EE FD

RGB Percentages of Color #9ceefd

%24.11
%36.79
%39.10

CMYK Percentages of Color #9ceefd

%38
%6
%0
%1

Triadic Colors of #9ceefd

#9ceefd #fd9cee #eefd9c

Analogous Colors of #9ceefd

#9ceefd #9cbefd #9cfddc

Monochromatic Colors of #9ceefd

#9ceefd

Complementary Color

#9ceefd #fdab9c

#9ceefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ceefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ceefd Color CSS Codes

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

#9ceefd Text Font Color

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

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


#9ceefd Background Color

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

This div background color is #9ceefd


#9ceefd Border Color

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

This div border color is #9ceefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ceefd


Comments

No comments written yet.

Please login to write comment.