Color Hex Logo

#c2dbae Color Hex

#C2DBAE
(194,219,174)
0 Favorites   0 Comments

Color spaces of #c2dbae

RGB 194219174
HSL0.260.380.77
HSV93°21°86°
CMYK 0.110.000.21   0.14
XYZ55.219665.188449.7166
Yxy65.18840.32460.3832
Hunter Lab80.7393-19.213320.0087
CIE-Lab84.5807-16.327419.4069

#c2dbae color RGB value is (194,219,174).

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

The process color (four color CMYK) of #c2dbae color hex is 0.11, 0.00, 0.21, 0.14. Web safe color of #c2dbae is #cccc99. Color #c2dbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011011 10101110
Octal 302 333 256
Decimal 194 219 174
Hex C2 DB AE

RGB Percentages of Color #c2dbae

%33.05
%37.31
%29.64

CMYK Percentages of Color #c2dbae

%11
%0
%21
%14

Triadic Colors of #c2dbae

#c2dbae #aec2db #dbaec2

Analogous Colors of #c2dbae

#c2dbae #aedbb1 #d9dbae

Monochromatic Colors of #c2dbae

#c2dbae

Complementary Color

#c2dbae #c7aedb

#c2dbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2dbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2dbae Color CSS Codes

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

#c2dbae Text Font Color

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

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


#c2dbae Background Color

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

This div background color is #c2dbae


#c2dbae Border Color

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

This div border color is #c2dbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2dbae


Comments

No comments written yet.

Please login to write comment.