Color Hex Logo

#c2ebab Color Hex

#C2EBAB
(194,235,171)
0 Favorites   0 Comments

Color spaces of #c2ebab

RGB 194235171
HSL0.270.620.80
HSV98°27°92°
CMYK 0.170.000.27   0.08
XYZ59.307273.826349.6522
Yxy73.82630.32450.4039
Hunter Lab85.9222-27.155625.8834
CIE-Lab88.8403-24.637226.8175

#c2ebab color RGB value is (194,235,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101011 10101011
Octal 302 353 253
Decimal 194 235 171
Hex C2 EB AB

RGB Percentages of Color #c2ebab

%32.33
%39.17
%28.50

CMYK Percentages of Color #c2ebab

%17
%0
%27
%8

Triadic Colors of #c2ebab

#c2ebab #abc2eb #ebabc2

Analogous Colors of #c2ebab

#c2ebab #abebb4 #e2ebab

Monochromatic Colors of #c2ebab

#c2ebab

Complementary Color

#c2ebab #d4abeb

#c2ebab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ebab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ebab Color CSS Codes

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

#c2ebab Text Font Color

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

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


#c2ebab Background Color

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

This div background color is #c2ebab


#c2ebab Border Color

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

This div border color is #c2ebab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ebab


Comments

No comments written yet.

Please login to write comment.