Color Hex Logo

#c2ebac Color Hex

#C2EBAC
(194,235,172)
0 Favorites   0 Comments

Color spaces of #c2ebac

RGB 194235172
HSL0.280.610.80
HSV99°27°92°
CMYK 0.170.000.27   0.08
XYZ59.402973.864650.1561
Yxy73.86460.32390.4027
Hunter Lab85.9445-27.027825.5603
CIE-Lab88.8585-24.485626.3298

#c2ebac color RGB value is (194,235,172).

#c2ebac hex color red value is 194, green value is 235 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c2ebac hue: 0.28 , saturation: 0.61 and the lightness value of c2ebac is 0.80.

The process color (four color CMYK) of #c2ebac color hex is 0.17, 0.00, 0.27, 0.08. Web safe color of #c2ebac is #ccff99. Color #c2ebac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101011 10101100
Octal 302 353 254
Decimal 194 235 172
Hex C2 EB AC

RGB Percentages of Color #c2ebac

%32.28
%39.10
%28.62

CMYK Percentages of Color #c2ebac

%17
%0
%27
%8

Triadic Colors of #c2ebac

#c2ebac #acc2eb #ebacc2

Analogous Colors of #c2ebac

#c2ebac #acebb6 #e2ebac

Monochromatic Colors of #c2ebac

#c2ebac

Complementary Color

#c2ebac #d5aceb

#c2ebac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ebac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ebac Color CSS Codes

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

#c2ebac Text Font Color

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

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


#c2ebac Background Color

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

This div background color is #c2ebac


#c2ebac Border Color

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

This div border color is #c2ebac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,235,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2ebac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2ebac;
  -webkit-box-shadow: 1px 1px 3px 2px #c2ebac;
  box-shadow:         1px 1px 3px 2px #c2ebac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,235,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ebac


Comments

No comments written yet.

Please login to write comment.