Color Hex Logo

#c3edac Color Hex

#C3EDAC
(195,237,172)
0 Favorites   0 Comments

Color spaces of #c3edac

RGB 195237172
HSL0.270.640.80
HSV99°27°93°
CMYK 0.180.000.27   0.07
XYZ60.236375.149050.3602
Yxy75.14900.32430.4046
Hunter Lab86.6885-27.672626.2385
CIE-Lab89.4627-25.100427.1624

#c3edac color RGB value is (195,237,172).

#c3edac hex color red value is 195, green value is 237 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c3edac hue: 0.27 , saturation: 0.64 and the lightness value of c3edac is 0.80.

The process color (four color CMYK) of #c3edac color hex is 0.18, 0.00, 0.27, 0.07. Web safe color of #c3edac is #ccff99. Color #c3edac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11101101 10101100
Octal 303 355 254
Decimal 195 237 172
Hex C3 ED AC

RGB Percentages of Color #c3edac

%32.28
%39.24
%28.48

CMYK Percentages of Color #c3edac

%18
%0
%27
%7

Triadic Colors of #c3edac

#c3edac #acc3ed #edacc3

Analogous Colors of #c3edac

#c3edac #acedb6 #e4edac

Monochromatic Colors of #c3edac

#c3edac

Complementary Color

#c3edac #d6aced

#c3edac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3edac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3edac Color CSS Codes

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

#c3edac Text Font Color

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

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


#c3edac Background Color

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

This div background color is #c3edac


#c3edac Border Color

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

This div border color is #c3edac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,237,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 #c3edac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3edac


Comments

No comments written yet.

Please login to write comment.