Color Hex Logo

#9cdbe1 Color Hex

#9CDBE1
(156,219,225)
0 Favorites   0 Comments

Color spaces of #9cdbe1

RGB 156219225
HSL0.510.530.75
HSV185°31°88°
CMYK 0.310.030.00   0.12
XYZ52.632463.167280.6526
Yxy63.16720.26790.3215
Hunter Lab79.4778-20.8785-4.5319
CIE-Lab83.5303-18.4199-9.3562

#9cdbe1 color RGB value is (156,219,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011011 11100001
Octal 234 333 341
Decimal 156 219 225
Hex 9C DB E1

RGB Percentages of Color #9cdbe1

%26.00
%36.50
%37.50

CMYK Percentages of Color #9cdbe1

%31
%3
%0
%12

Triadic Colors of #9cdbe1

#9cdbe1 #e19cdb #dbe19c

Analogous Colors of #9cdbe1

#9cdbe1 #9cb9e1 #9ce1c5

Monochromatic Colors of #9cdbe1

#9cdbe1

Complementary Color

#9cdbe1 #e1a29c

#9cdbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cdbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cdbe1 Color CSS Codes

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

#9cdbe1 Text Font Color

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

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


#9cdbe1 Background Color

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

This div background color is #9cdbe1


#9cdbe1 Border Color

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

This div border color is #9cdbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cdbe1


Comments

No comments written yet.

Please login to write comment.