Color Hex Logo

#9cefb4 Color Hex

#9CEFB4
(156,239,180)
0 Favorites   0 Comments

Color spaces of #9cefb4

RGB 156239180
HSL0.380.720.77
HSV137°35°94°
CMYK 0.350.000.25   0.06
XYZ52.815072.096254.3123
Yxy72.09620.29470.4023
Hunter Lab84.9095-37.561921.5118
CIE-Lab88.0149-37.275820.7216

#9cefb4 color RGB value is (156,239,180).

#9cefb4 hex color red value is 156, green value is 239 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #9cefb4 hue: 0.38 , saturation: 0.72 and the lightness value of 9cefb4 is 0.77.

The process color (four color CMYK) of #9cefb4 color hex is 0.35, 0.00, 0.25, 0.06. Web safe color of #9cefb4 is #99ffcc. Color #9cefb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11101111 10110100
Octal 234 357 264
Decimal 156 239 180
Hex 9C EF B4

RGB Percentages of Color #9cefb4

%27.13
%41.57
%31.30

CMYK Percentages of Color #9cefb4

%35
%0
%25
%6

Triadic Colors of #9cefb4

#9cefb4 #b49cef #efb49c

Analogous Colors of #9cefb4

#9cefb4 #9cefde #aeef9c

Monochromatic Colors of #9cefb4

#9cefb4

Complementary Color

#9cefb4 #ef9cd7

#9cefb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cefb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cefb4 Color CSS Codes

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

#9cefb4 Text Font Color

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

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


#9cefb4 Background Color

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

This div background color is #9cefb4


#9cefb4 Border Color

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

This div border color is #9cefb4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,239,180, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cefb4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cefb4;
  -webkit-box-shadow: 1px 1px 3px 2px #9cefb4;
  box-shadow:         1px 1px 3px 2px #9cefb4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,239,180, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cefb4


Comments

No comments written yet.

Please login to write comment.