Color Hex Logo

#9cdbdf Color Hex

#9CDBDF
(156,219,223)
0 Favorites   0 Comments

Color spaces of #9cdbdf

RGB 156219223
HSL0.510.510.74
HSV184°30°87°
CMYK 0.300.020.00   0.13
XYZ52.361163.058779.2239
Yxy63.05870.26900.3240
Hunter Lab79.4095-21.2672-3.5648
CIE-Lab83.4733-18.8808-8.3796

#9cdbdf color RGB value is (156,219,223).

#9cdbdf hex color red value is 156, green value is 219 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9cdbdf hue: 0.51 , saturation: 0.51 and the lightness value of 9cdbdf is 0.74.

The process color (four color CMYK) of #9cdbdf color hex is 0.30, 0.02, 0.00, 0.13. Web safe color of #9cdbdf is #99cccc. Color #9cdbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011011 11011111
Octal 234 333 337
Decimal 156 219 223
Hex 9C DB DF

RGB Percentages of Color #9cdbdf

%26.09
%36.62
%37.29

CMYK Percentages of Color #9cdbdf

%30
%2
%0
%13

Triadic Colors of #9cdbdf

#9cdbdf #df9cdb #dbdf9c

Analogous Colors of #9cdbdf

#9cdbdf #9cbadf #9cdfc2

Monochromatic Colors of #9cdbdf

#9cdbdf

Complementary Color

#9cdbdf #dfa09c

#9cdbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cdbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cdbdf Color CSS Codes

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

#9cdbdf Text Font Color

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

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


#9cdbdf Background Color

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

This div background color is #9cdbdf


#9cdbdf Border Color

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

This div border color is #9cdbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cdbdf


Comments

No comments written yet.

Please login to write comment.