Color Hex Logo

#9dcbeb Color Hex

#9DCBEB
(157,203,235)
0 Favorites   0 Comments

Color spaces of #9dcbeb

RGB 157203235
HSL0.570.660.77
HSV205°33°92°
CMYK 0.330.140.00   0.08
XYZ50.256055.878186.7340
Yxy55.87810.26060.2897
Hunter Lab74.7517-10.8087-16.4678
CIE-Lab79.5444-7.5143-20.6669

#9dcbeb color RGB value is (157,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001011 11101011
Octal 235 313 353
Decimal 157 203 235
Hex 9D CB EB

RGB Percentages of Color #9dcbeb

%26.39
%34.12
%39.50

CMYK Percentages of Color #9dcbeb

%33
%14
%0
%8

Triadic Colors of #9dcbeb

#9dcbeb #eb9dcb #cbeb9d

Analogous Colors of #9dcbeb

#9dcbeb #9da4eb #9debe4

Monochromatic Colors of #9dcbeb

#9dcbeb

Complementary Color

#9dcbeb #ebbd9d

#9dcbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dcbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dcbeb Color CSS Codes

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

#9dcbeb Text Font Color

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

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


#9dcbeb Background Color

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

This div background color is #9dcbeb


#9dcbeb Border Color

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

This div border color is #9dcbeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,203,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 #9dcbeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dcbeb


Comments

No comments written yet.

Please login to write comment.