Color Hex Logo

#9cd4da Color Hex

#9CD4DA
(156,212,218)
0 Favorites   0 Comments

Color spaces of #9cd4da

RGB 156212218
HSL0.520.460.73
HSV186°28°85°
CMYK 0.280.030.00   0.15
XYZ49.908759.216875.1292
Yxy59.21680.27090.3214
Hunter Lab76.9525-18.8979-4.0185
CIE-Lab81.4106-16.4919-8.7817

#9cd4da color RGB value is (156,212,218).

#9cd4da hex color red value is 156, green value is 212 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9cd4da hue: 0.52 , saturation: 0.46 and the lightness value of 9cd4da is 0.73.

The process color (four color CMYK) of #9cd4da color hex is 0.28, 0.03, 0.00, 0.15. Web safe color of #9cd4da is #99cccc. Color #9cd4da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11010100 11011010
Octal 234 324 332
Decimal 156 212 218
Hex 9C D4 DA

RGB Percentages of Color #9cd4da

%26.62
%36.18
%37.20

CMYK Percentages of Color #9cd4da

%28
%3
%0
%15

Triadic Colors of #9cd4da

#9cd4da #da9cd4 #d4da9c

Analogous Colors of #9cd4da

#9cd4da #9cb5da #9cdac1

Monochromatic Colors of #9cd4da

#9cd4da

Complementary Color

#9cd4da #daa29c

#9cd4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cd4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cd4da Color CSS Codes

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

#9cd4da Text Font Color

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

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


#9cd4da Background Color

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

This div background color is #9cd4da


#9cd4da Border Color

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

This div border color is #9cd4da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cd4da


Comments

No comments written yet.

Please login to write comment.