Color Hex Logo

#9efdeb Color Hex

#9EFDEB
(158,253,235)
0 Favorites   0 Comments

Color spaces of #9efdeb

RGB 158253235
HSL0.470.960.81
HSV169°38°99°
CMYK 0.380.000.07   0.01
XYZ64.221283.517891.3330
Yxy83.51780.26860.3493
Hunter Lab91.3881-34.49174.7174
CIE-Lab93.2407-32.1154-0.2732

#9efdeb color RGB value is (158,253,235).

#9efdeb hex color red value is 158, green value is 253 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9efdeb hue: 0.47 , saturation: 0.96 and the lightness value of 9efdeb is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111101 11101011
Octal 236 375 353
Decimal 158 253 235
Hex 9E FD EB

RGB Percentages of Color #9efdeb

%24.46
%39.16
%36.38

CMYK Percentages of Color #9efdeb

%38
%0
%7
%1

Triadic Colors of #9efdeb

#9efdeb #eb9efd #fdeb9e

Analogous Colors of #9efdeb

#9efdeb #9ee0fd #9efdbc

Monochromatic Colors of #9efdeb

#9efdeb

Complementary Color

#9efdeb #fd9eb0

#9efdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efdeb Color CSS Codes

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

#9efdeb Text Font Color

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

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


#9efdeb Background Color

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

This div background color is #9efdeb


#9efdeb Border Color

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

This div border color is #9efdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efdeb


Comments

No comments written yet.

Please login to write comment.