Color Hex Logo

#9edbca Color Hex

#9EDBCA
(158,219,202)
0 Favorites   0 Comments

Color spaces of #9edbca

RGB 158219202
HSL0.450.460.74
HSV163°28°86°
CMYK 0.280.000.08   0.14
XYZ50.092762.196465.2421
Yxy62.19640.28220.3503
Hunter Lab78.8647-24.63496.1567
CIE-Lab83.0178-22.92412.1092

#9edbca color RGB value is (158,219,202).

#9edbca hex color red value is 158, green value is 219 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9edbca hue: 0.45 , saturation: 0.46 and the lightness value of 9edbca is 0.74.

The process color (four color CMYK) of #9edbca color hex is 0.28, 0.00, 0.08, 0.14. Web safe color of #9edbca is #99cccc. Color #9edbca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011011 11001010
Octal 236 333 312
Decimal 158 219 202
Hex 9E DB CA

RGB Percentages of Color #9edbca

%27.29
%37.82
%34.89

CMYK Percentages of Color #9edbca

%28
%0
%8
%14

Triadic Colors of #9edbca

#9edbca #ca9edb #dbca9e

Analogous Colors of #9edbca

#9edbca #9ecedb #9edbac

Monochromatic Colors of #9edbca

#9edbca

Complementary Color

#9edbca #db9eaf

#9edbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edbca Color CSS Codes

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

#9edbca Text Font Color

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

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


#9edbca Background Color

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

This div background color is #9edbca


#9edbca Border Color

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

This div border color is #9edbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edbca

#9edbca Color Palettes


Comments

No comments written yet.

Please login to write comment.