Color Hex Logo

#c2dfab Color Hex

#C2DFAB
(194,223,171)
0 Favorites   0 Comments

Color spaces of #c2dfab

RGB 194223171
HSL0.260.450.77
HSV93°23°87°
CMYK 0.130.000.23   0.13
XYZ55.986567.185048.5453
Yxy67.18500.32600.3913
Hunter Lab81.9665-21.518422.2615
CIE-Lab85.5973-18.786522.3786

#c2dfab color RGB value is (194,223,171).

#c2dfab hex color red value is 194, green value is 223 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c2dfab hue: 0.26 , saturation: 0.45 and the lightness value of c2dfab is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011111 10101011
Octal 302 337 253
Decimal 194 223 171
Hex C2 DF AB

RGB Percentages of Color #c2dfab

%32.99
%37.93
%29.08

CMYK Percentages of Color #c2dfab

%13
%0
%23
%13

Triadic Colors of #c2dfab

#c2dfab #abc2df #dfabc2

Analogous Colors of #c2dfab

#c2dfab #abdfae #dcdfab

Monochromatic Colors of #c2dfab

#c2dfab

Complementary Color

#c2dfab #c8abdf

#c2dfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2dfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2dfab Color CSS Codes

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

#c2dfab Text Font Color

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

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


#c2dfab Background Color

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

This div background color is #c2dfab


#c2dfab Border Color

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

This div border color is #c2dfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2dfab


Comments

No comments written yet.

Please login to write comment.