Color Hex Logo

#9cdefd Color Hex

#9CDEFD
(156,222,253)
0 Favorites   0 Comments

Color spaces of #9cdefd

RGB 156222253
HSL0.550.960.80
HSV199°38°99°
CMYK 0.380.120.00   0.01
XYZ57.561266.4023102.7116
Yxy66.40230.25390.2929
Hunter Lab81.4876-16.5145-17.6912
CIE-Lab85.2012-13.1860-21.6628

#9cdefd color RGB value is (156,222,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011110 11111101
Octal 234 336 375
Decimal 156 222 253
Hex 9C DE FD

RGB Percentages of Color #9cdefd

%24.72
%35.18
%40.10

CMYK Percentages of Color #9cdefd

%38
%12
%0
%1

Triadic Colors of #9cdefd

#9cdefd #fd9cde #defd9c

Analogous Colors of #9cdefd

#9cdefd #9caefd #9cfdec

Monochromatic Colors of #9cdefd

#9cdefd

Complementary Color

#9cdefd #fdbb9c

#9cdefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cdefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cdefd Color CSS Codes

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

#9cdefd Text Font Color

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

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


#9cdefd Background Color

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

This div background color is #9cdefd


#9cdefd Border Color

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

This div border color is #9cdefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cdefd


Comments

No comments written yet.

Please login to write comment.