Color Hex Logo

#c2dcef Color Hex

#C2DCEF
(194,220,239)
0 Favorites   0 Comments

Color spaces of #c2dcef

RGB 194220239
HSL0.570.580.85
HSV205°19°94°
CMYK 0.190.080.00   0.06
XYZ63.421368.887791.6154
Yxy68.88770.28320.3076
Hunter Lab82.9986-8.8513-7.3464
CIE-Lab86.4484-4.6676-12.1782

#c2dcef color RGB value is (194,220,239).

#c2dcef hex color red value is 194, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c2dcef hue: 0.57 , saturation: 0.58 and the lightness value of c2dcef is 0.85.

The process color (four color CMYK) of #c2dcef color hex is 0.19, 0.08, 0.00, 0.06. Web safe color of #c2dcef is #ccccff. Color #c2dcef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011100 11101111
Octal 302 334 357
Decimal 194 220 239
Hex C2 DC EF

RGB Percentages of Color #c2dcef

%29.71
%33.69
%36.60

CMYK Percentages of Color #c2dcef

%19
%8
%0
%6

Triadic Colors of #c2dcef

#c2dcef #efc2dc #dcefc2

Analogous Colors of #c2dcef

#c2dcef #c2c6ef #c2efec

Monochromatic Colors of #c2dcef

#c2dcef

Complementary Color

#c2dcef #efd5c2

#c2dcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2dcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2dcef Color CSS Codes

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

#c2dcef Text Font Color

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

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


#c2dcef Background Color

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

This div background color is #c2dcef


#c2dcef Border Color

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

This div border color is #c2dcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2dcef


Comments

No comments written yet.

Please login to write comment.