Color Hex Logo

#9eecdb Color Hex

#9EECDB
(158,236,219)
0 Favorites   0 Comments

Color spaces of #9eecdb

RGB 158236219
HSL0.460.670.77
HSV167°33°93°
CMYK 0.330.000.07   0.07
XYZ56.882272.374577.9895
Yxy72.37450.27450.3492
Hunter Lab85.0732-29.52835.1981
CIE-Lab88.1485-27.56000.6204

#9eecdb color RGB value is (158,236,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101100 11011011
Octal 236 354 333
Decimal 158 236 219
Hex 9E EC DB

RGB Percentages of Color #9eecdb

%25.77
%38.50
%35.73

CMYK Percentages of Color #9eecdb

%33
%0
%7
%7

Triadic Colors of #9eecdb

#9eecdb #db9eec #ecdb9e

Analogous Colors of #9eecdb

#9eecdb #9ed6ec #9eecb4

Monochromatic Colors of #9eecdb

#9eecdb

Complementary Color

#9eecdb #ec9eaf

#9eecdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eecdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eecdb Color CSS Codes

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

#9eecdb Text Font Color

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

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


#9eecdb Background Color

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

This div background color is #9eecdb


#9eecdb Border Color

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

This div border color is #9eecdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eecdb


Comments

No comments written yet.

Please login to write comment.