Color Hex Logo

#c2ebae Color Hex

#C2EBAE
(194,235,174)
0 Favorites   0 Comments

Color spaces of #c2ebae

RGB 194235174
HSL0.280.600.80
HSV100°26°92°
CMYK 0.170.000.26   0.08
XYZ59.596473.942051.1756
Yxy73.94200.32260.4003
Hunter Lab85.9895-26.769524.9070
CIE-Lab88.8951-24.179825.3534

#c2ebae color RGB value is (194,235,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101011 10101110
Octal 302 353 256
Decimal 194 235 174
Hex C2 EB AE

RGB Percentages of Color #c2ebae

%32.17
%38.97
%28.86

CMYK Percentages of Color #c2ebae

%17
%0
%26
%8

Triadic Colors of #c2ebae

#c2ebae #aec2eb #ebaec2

Analogous Colors of #c2ebae

#c2ebae #aeebb9 #e1ebae

Monochromatic Colors of #c2ebae

#c2ebae

Complementary Color

#c2ebae #d7aeeb

#c2ebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ebae Color CSS Codes

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

#c2ebae Text Font Color

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

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


#c2ebae Background Color

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

This div background color is #c2ebae


#c2ebae Border Color

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

This div border color is #c2ebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ebae


Comments

No comments written yet.

Please login to write comment.