Color Hex Logo

#9cedeb Color Hex

#9CEDEB
(156,237,235)
0 Favorites   0 Comments

Color spaces of #9cedeb

RGB 156237235
HSL0.500.690.77
HSV179°34°93°
CMYK 0.340.000.01   0.07
XYZ58.989973.634589.7010
Yxy73.63450.26530.3312
Hunter Lab85.8105-27.4598-1.9107
CIE-Lab88.7495-25.0088-6.8865

#9cedeb color RGB value is (156,237,235).

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

The process color (four color CMYK) of #9cedeb color hex is 0.34, 0.00, 0.01, 0.07. Web safe color of #9cedeb is #99ffff. Color #9cedeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101101 11101011
Octal 234 355 353
Decimal 156 237 235
Hex 9C ED EB

RGB Percentages of Color #9cedeb

%24.84
%37.74
%37.42

CMYK Percentages of Color #9cedeb

%34
%0
%1
%7

Triadic Colors of #9cedeb

#9cedeb #eb9ced #edeb9c

Analogous Colors of #9cedeb

#9cedeb #9cc7ed #9cedc3

Monochromatic Colors of #9cedeb

#9cedeb

Complementary Color

#9cedeb #ed9c9e

#9cedeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cedeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cedeb Color CSS Codes

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

#9cedeb Text Font Color

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

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


#9cedeb Background Color

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

This div background color is #9cedeb


#9cedeb Border Color

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

This div border color is #9cedeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cedeb


Comments

No comments written yet.

Please login to write comment.