Color Hex Logo

#c4efaa Color Hex

#C4EFAA
(196,239,170)
0 Favorites   0 Comments

Color spaces of #c4efaa

RGB 196239170
HSL0.270.680.80
HSV97°29°94°
CMYK 0.180.000.29   0.06
XYZ60.887276.371049.5622
Yxy76.37100.32590.4088
Hunter Lab87.3905-28.567927.5479
CIE-Lab90.0313-26.009828.9640

#c4efaa color RGB value is (196,239,170).

#c4efaa hex color red value is 196, green value is 239 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c4efaa hue: 0.27 , saturation: 0.68 and the lightness value of c4efaa is 0.80.

The process color (four color CMYK) of #c4efaa color hex is 0.18, 0.00, 0.29, 0.06. Web safe color of #c4efaa is #ccff99. Color #c4efaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101111 10101010
Octal 304 357 252
Decimal 196 239 170
Hex C4 EF AA

RGB Percentages of Color #c4efaa

%32.40
%39.50
%28.10

CMYK Percentages of Color #c4efaa

%18
%0
%29
%6

Triadic Colors of #c4efaa

#c4efaa #aac4ef #efaac4

Analogous Colors of #c4efaa

#c4efaa #aaefb3 #e7efaa

Monochromatic Colors of #c4efaa

#c4efaa

Complementary Color

#c4efaa #d5aaef

#c4efaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4efaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4efaa Color CSS Codes

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

#c4efaa Text Font Color

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

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


#c4efaa Background Color

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

This div background color is #c4efaa


#c4efaa Border Color

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

This div border color is #c4efaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,239,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4efaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4efaa;
  -webkit-box-shadow: 1px 1px 3px 2px #c4efaa;
  box-shadow:         1px 1px 3px 2px #c4efaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4efaa


Comments

No comments written yet.

Please login to write comment.