Color Hex Logo

#9efceb Color Hex

#9EFCEB
(158,252,235)
0 Favorites   0 Comments

Color spaces of #9efceb

RGB 158252235
HSL0.470.940.80
HSV169°37°99°
CMYK 0.370.000.07   0.01
XYZ63.906482.888191.2280
Yxy82.88810.26850.3482
Hunter Lab91.0429-34.02934.3195
CIE-Lab92.9654-31.6471-0.6755

#9efceb color RGB value is (158,252,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111100 11101011
Octal 236 374 353
Decimal 158 252 235
Hex 9E FC EB

RGB Percentages of Color #9efceb

%24.50
%39.07
%36.43

CMYK Percentages of Color #9efceb

%37
%0
%7
%1

Triadic Colors of #9efceb

#9efceb #eb9efc #fceb9e

Analogous Colors of #9efceb

#9efceb #9edefc #9efcbc

Monochromatic Colors of #9efceb

#9efceb

Complementary Color

#9efceb #fc9eaf

#9efceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efceb Color CSS Codes

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

#9efceb Text Font Color

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

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


#9efceb Background Color

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

This div background color is #9efceb


#9efceb Border Color

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

This div border color is #9efceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efceb

Related Colors

#9efceb Color Palettes


Comments

No comments written yet.

Please login to write comment.