Color Hex Logo

#9cdbeb Color Hex

#9CDBEB
(156,219,235)
0 Favorites   0 Comments

Color spaces of #9cdbeb

RGB 156219235
HSL0.530.660.77
HSV192°34°92°
CMYK 0.340.070.00   0.08
XYZ54.037263.729188.0501
Yxy63.72910.26260.3096
Hunter Lab79.8305-18.8769-9.5133
CIE-Lab83.8245-16.0673-14.2204

#9cdbeb color RGB value is (156,219,235).

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

The process color (four color CMYK) of #9cdbeb color hex is 0.34, 0.07, 0.00, 0.08. Web safe color of #9cdbeb is #99ccff. Color #9cdbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011011 11101011
Octal 234 333 353
Decimal 156 219 235
Hex 9C DB EB

RGB Percentages of Color #9cdbeb

%25.57
%35.90
%38.52

CMYK Percentages of Color #9cdbeb

%34
%7
%0
%8

Triadic Colors of #9cdbeb

#9cdbeb #eb9cdb #dbeb9c

Analogous Colors of #9cdbeb

#9cdbeb #9cb4eb #9cebd4

Monochromatic Colors of #9cdbeb

#9cdbeb

Complementary Color

#9cdbeb #ebac9c

#9cdbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cdbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cdbeb Color CSS Codes

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

#9cdbeb Text Font Color

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

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


#9cdbeb Background Color

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

This div background color is #9cdbeb


#9cdbeb Border Color

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

This div border color is #9cdbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cdbeb


Comments

No comments written yet.

Please login to write comment.