Color Hex Logo

#9ecace Color Hex

#9ECACE
(158,202,206)
0 Favorites   0 Comments

Color spaces of #9ecace

RGB 158202206
HSL0.510.330.71
HSV185°23°81°
CMYK 0.230.020.00   0.19
XYZ46.361753.966466.3656
Yxy53.96640.27810.3237
Hunter Lab73.4618-15.9070-2.1395
CIE-Lab78.4421-13.4885-6.7421

#9ecace color RGB value is (158,202,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11001010 11001110
Octal 236 312 316
Decimal 158 202 206
Hex 9E CA CE

RGB Percentages of Color #9ecace

%27.92
%35.69
%36.40

CMYK Percentages of Color #9ecace

%23
%2
%0
%19

Triadic Colors of #9ecace

#9ecace #ce9eca #cace9e

Analogous Colors of #9ecace

#9ecace #9eb2ce #9eceba

Monochromatic Colors of #9ecace

#9ecace

Complementary Color

#9ecace #cea29e

#9ecace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ecace Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ecace Color CSS Codes

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

#9ecace Text Font Color

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

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


#9ecace Background Color

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

This div background color is #9ecace


#9ecace Border Color

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

This div border color is #9ecace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ecace


Comments

No comments written yet.

Please login to write comment.