Color Hex Logo

#c2defe Color Hex

#C2DEFE
(194,222,254)
0 Favorites   0 Comments

Color spaces of #c2defe

RGB 194222254
HSL0.590.970.88
HSV212°24°100°
CMYK 0.240.130.00   0.00
XYZ66.258870.8676103.9525
Yxy70.86760.27480.2940
Hunter Lab84.1829-6.8260-14.2857
CIE-Lab87.4206-2.4371-18.6230

#c2defe color RGB value is (194,222,254).

#c2defe hex color red value is 194, green value is 222 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c2defe hue: 0.59 , saturation: 0.97 and the lightness value of c2defe is 0.88.

The process color (four color CMYK) of #c2defe color hex is 0.24, 0.13, 0.00, 0.00. Web safe color of #c2defe is #ccccff. Color #c2defe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011110 11111110
Octal 302 336 376
Decimal 194 222 254
Hex C2 DE FE

RGB Percentages of Color #c2defe

%28.96
%33.13
%37.91

CMYK Percentages of Color #c2defe

%24
%13
%0
%0

Triadic Colors of #c2defe

#c2defe #fec2de #defec2

Analogous Colors of #c2defe

#c2defe #c4c2fe #c2fcfe

Monochromatic Colors of #c2defe

#c2defe

Complementary Color

#c2defe #fee2c2

#c2defe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2defe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2defe Color CSS Codes

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

#c2defe Text Font Color

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

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


#c2defe Background Color

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

This div background color is #c2defe


#c2defe Border Color

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

This div border color is #c2defe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2defe

Related Colors


Comments

No comments written yet.

Please login to write comment.