Color Hex Logo

#c3dfae Color Hex

#C3DFAE
(195,223,174)
0 Favorites   0 Comments

Color spaces of #c3dfae

RGB 195223174
HSL0.260.430.78
HSV94°22°87°
CMYK 0.130.000.22   0.13
XYZ56.533367.433450.0807
Yxy67.43340.32480.3874
Hunter Lab82.1178-20.819521.3237
CIE-Lab85.7223-17.965521.0001

#c3dfae color RGB value is (195,223,174).

#c3dfae hex color red value is 195, green value is 223 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c3dfae hue: 0.26 , saturation: 0.43 and the lightness value of c3dfae is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011111 10101110
Octal 303 337 256
Decimal 195 223 174
Hex C3 DF AE

RGB Percentages of Color #c3dfae

%32.94
%37.67
%29.39

CMYK Percentages of Color #c3dfae

%13
%0
%22
%13

Triadic Colors of #c3dfae

#c3dfae #aec3df #dfaec3

Analogous Colors of #c3dfae

#c3dfae #aedfb2 #dcdfae

Monochromatic Colors of #c3dfae

#c3dfae

Complementary Color

#c3dfae #caaedf

#c3dfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3dfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3dfae Color CSS Codes

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

#c3dfae Text Font Color

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

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


#c3dfae Background Color

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

This div background color is #c3dfae


#c3dfae Border Color

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

This div border color is #c3dfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3dfae


Comments

No comments written yet.

Please login to write comment.