Color Hex Logo

#c2de8e Color Hex

#C2DE8E
(194,222,142)
0 Favorites   0 Comments

Color spaces of #c2de8e

RGB 194222142
HSL0.230.550.71
HSV81°36°87°
CMYK 0.130.000.36   0.13
XYZ53.251965.664935.4591
Yxy65.66490.34490.4254
Hunter Lab81.0339-24.507030.7794
CIE-Lab84.8252-22.396836.2363

#c2de8e color RGB value is (194,222,142).

#c2de8e hex color red value is 194, green value is 222 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c2de8e hue: 0.23 , saturation: 0.55 and the lightness value of c2de8e is 0.71.

The process color (four color CMYK) of #c2de8e color hex is 0.13, 0.00, 0.36, 0.13. Web safe color of #c2de8e is #cccc99. Color #c2de8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011110 10001110
Octal 302 336 216
Decimal 194 222 142
Hex C2 DE 8E

RGB Percentages of Color #c2de8e

%34.77
%39.78
%25.45

CMYK Percentages of Color #c2de8e

%13
%0
%36
%13

Triadic Colors of #c2de8e

#c2de8e #8ec2de #de8ec2

Analogous Colors of #c2de8e

#c2de8e #9ade8e #ded28e

Monochromatic Colors of #c2de8e

#c2de8e

Complementary Color

#c2de8e #aa8ede

#c2de8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2de8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2de8e Color CSS Codes

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

#c2de8e Text Font Color

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

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


#c2de8e Background Color

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

This div background color is #c2de8e


#c2de8e Border Color

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

This div border color is #c2de8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2de8e


Comments

No comments written yet.

Please login to write comment.