Color Hex Logo

#c2dae0 Color Hex

#C2DAE0
(194,218,224)
0 Favorites   0 Comments

Color spaces of #c2dae0

RGB 194218224
HSL0.530.330.82
HSV192°13°88°
CMYK 0.130.030.00   0.12
XYZ60.774166.994080.2490
Yxy66.99400.29220.3221
Hunter Lab81.8499-10.6998-0.8355
CIE-Lab85.5009-6.7492-5.6561

#c2dae0 color RGB value is (194,218,224).

#c2dae0 hex color red value is 194, green value is 218 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #c2dae0 hue: 0.53 , saturation: 0.33 and the lightness value of c2dae0 is 0.82.

The process color (four color CMYK) of #c2dae0 color hex is 0.13, 0.03, 0.00, 0.12. Web safe color of #c2dae0 is #cccccc. Color #c2dae0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011010 11100000
Octal 302 332 340
Decimal 194 218 224
Hex C2 DA E0

RGB Percentages of Color #c2dae0

%30.50
%34.28
%35.22

CMYK Percentages of Color #c2dae0

%13
%3
%0
%12

Triadic Colors of #c2dae0

#c2dae0 #e0c2da #dae0c2

Analogous Colors of #c2dae0

#c2dae0 #c2cbe0 #c2e0d7

Monochromatic Colors of #c2dae0

#c2dae0

Complementary Color

#c2dae0 #e0c8c2

#c2dae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2dae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2dae0 Color CSS Codes

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

#c2dae0 Text Font Color

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

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


#c2dae0 Background Color

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

This div background color is #c2dae0


#c2dae0 Border Color

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

This div border color is #c2dae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2dae0


Comments

No comments written yet.

Please login to write comment.