Color Hex Logo

#9cdadb Color Hex

#9CDADB
(156,218,219)
0 Favorites   0 Comments

Color spaces of #9cdadb

RGB 156218219
HSL0.500.470.74
HSV181°29°86°
CMYK 0.290.000.00   0.14
XYZ51.567962.325276.3299
Yxy62.32520.27110.3276
Hunter Lab78.9463-21.5595-2.0626
CIE-Lab83.0861-19.2921-6.8296

#9cdadb color RGB value is (156,218,219).

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

The process color (four color CMYK) of #9cdadb color hex is 0.29, 0.00, 0.00, 0.14. Web safe color of #9cdadb is #99cccc. Color #9cdadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011010 11011011
Octal 234 332 333
Decimal 156 218 219
Hex 9C DA DB

RGB Percentages of Color #9cdadb

%26.31
%36.76
%36.93

CMYK Percentages of Color #9cdadb

%29
%0
%0
%14

Triadic Colors of #9cdadb

#9cdadb #db9cda #dadb9c

Analogous Colors of #9cdadb

#9cdadb #9cbbdb #9cdbbd

Monochromatic Colors of #9cdadb

#9cdadb

Complementary Color

#9cdadb #db9d9c

#9cdadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cdadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cdadb Color CSS Codes

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

#9cdadb Text Font Color

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

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


#9cdadb Background Color

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

This div background color is #9cdadb


#9cdadb Border Color

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

This div border color is #9cdadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cdadb


Comments

No comments written yet.

Please login to write comment.