Color Hex Logo

#9dcaeb Color Hex

#9DCAEB
(157,202,235)
0 Favorites   0 Comments

Color spaces of #9dcaeb

RGB 157202235
HSL0.570.660.77
HSV205°33°92°
CMYK 0.330.140.00   0.08
XYZ50.020655.407386.6556
Yxy55.40730.26040.2885
Hunter Lab74.4361-10.3122-16.9179
CIE-Lab79.2753-6.9867-21.0750

#9dcaeb color RGB value is (157,202,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11001010 11101011
Octal 235 312 353
Decimal 157 202 235
Hex 9D CA EB

RGB Percentages of Color #9dcaeb

%26.43
%34.01
%39.56

CMYK Percentages of Color #9dcaeb

%33
%14
%0
%8

Triadic Colors of #9dcaeb

#9dcaeb #eb9dca #caeb9d

Analogous Colors of #9dcaeb

#9dcaeb #9da3eb #9debe5

Monochromatic Colors of #9dcaeb

#9dcaeb

Complementary Color

#9dcaeb #ebbe9d

#9dcaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dcaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dcaeb Color CSS Codes

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

#9dcaeb Text Font Color

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

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


#9dcaeb Background Color

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

This div background color is #9dcaeb


#9dcaeb Border Color

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

This div border color is #9dcaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dcaeb


Comments

No comments written yet.

Please login to write comment.