Color Hex Logo

#c1dfae Color Hex

#C1DFAE
(193,223,174)
0 Favorites   0 Comments

Color spaces of #c1dfae

RGB 193223174
HSL0.270.430.78
HSV97°22°87°
CMYK 0.130.000.22   0.13
XYZ56.020067.168850.0567
Yxy67.16880.32340.3877
Hunter Lab81.9566-21.413421.1570
CIE-Lab85.5891-18.667820.7951

#c1dfae color RGB value is (193,223,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011111 10101110
Octal 301 337 256
Decimal 193 223 174
Hex C1 DF AE

RGB Percentages of Color #c1dfae

%32.71
%37.80
%29.49

CMYK Percentages of Color #c1dfae

%13
%0
%22
%13

Triadic Colors of #c1dfae

#c1dfae #aec1df #dfaec1

Analogous Colors of #c1dfae

#c1dfae #aedfb4 #dadfae

Monochromatic Colors of #c1dfae

#c1dfae

Complementary Color

#c1dfae #ccaedf

#c1dfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dfae Color CSS Codes

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

#c1dfae Text Font Color

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

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


#c1dfae Background Color

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

This div background color is #c1dfae


#c1dfae Border Color

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

This div border color is #c1dfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dfae


Comments

No comments written yet.

Please login to write comment.