Color Hex Logo

#9eceba Color Hex

#9ECEBA
(158,206,186)
0 Favorites   0 Comments

Color spaces of #9eceba

RGB 158206186
HSL0.430.330.71
HSV155°23°81°
CMYK 0.230.000.10   0.19
XYZ45.034854.956954.6885
Yxy54.95690.29110.3553
Hunter Lab74.1329-21.29618.1543
CIE-Lab79.0164-19.75534.8416

#9eceba color RGB value is (158,206,186).

#9eceba hex color red value is 158, green value is 206 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9eceba hue: 0.43 , saturation: 0.33 and the lightness value of 9eceba is 0.71.

The process color (four color CMYK) of #9eceba color hex is 0.23, 0.00, 0.10, 0.19. Web safe color of #9eceba is #99cccc. Color #9eceba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001110 10111010
Octal 236 316 272
Decimal 158 206 186
Hex 9E CE BA

RGB Percentages of Color #9eceba

%28.73
%37.45
%33.82

CMYK Percentages of Color #9eceba

%23
%0
%10
%19

Triadic Colors of #9eceba

#9eceba #ba9ece #ceba9e

Analogous Colors of #9eceba

#9eceba #9ecace #9ecea2

Monochromatic Colors of #9eceba

#9eceba

Complementary Color

#9eceba #ce9eb2

#9eceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eceba Color CSS Codes

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

#9eceba Text Font Color

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

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


#9eceba Background Color

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

This div background color is #9eceba


#9eceba Border Color

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

This div border color is #9eceba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eceba


Comments

No comments written yet.

Please login to write comment.