Color Hex Logo

#9cebda Color Hex

#9CEBDA
(156,235,218)
0 Favorites   0 Comments

Color spaces of #9cebda

RGB 156235218
HSL0.460.660.77
HSV167°34°92°
CMYK 0.340.000.07   0.08
XYZ56.073571.546577.1841
Yxy71.54650.27380.3493
Hunter Lab84.5852-29.69225.1074
CIE-Lab87.7498-27.84780.5512

#9cebda color RGB value is (156,235,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101011 11011010
Octal 234 353 332
Decimal 156 235 218
Hex 9C EB DA

RGB Percentages of Color #9cebda

%25.62
%38.59
%35.80

CMYK Percentages of Color #9cebda

%34
%0
%7
%8

Triadic Colors of #9cebda

#9cebda #da9ceb #ebda9c

Analogous Colors of #9cebda

#9cebda #9cd5eb #9cebb3

Monochromatic Colors of #9cebda

#9cebda

Complementary Color

#9cebda #eb9cad

#9cebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cebda Color CSS Codes

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

#9cebda Text Font Color

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

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


#9cebda Background Color

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

This div background color is #9cebda


#9cebda Border Color

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

This div border color is #9cebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cebda


Comments

No comments written yet.

Please login to write comment.