Color Hex Logo

#c2deff Color Hex

#C2DEFF
(194,222,255)
0 Favorites   0 Comments

Color spaces of #c2deff

RGB 194222255
HSL0.591.000.88
HSV212°24°100°
CMYK 0.240.130.00   0.00
XYZ66.419470.9319104.7983
Yxy70.93190.27430.2929
Hunter Lab84.2211-6.6162-14.8212
CIE-Lab87.4519-2.2140-19.1017

#c2deff color RGB value is (194,222,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011110 11111111
Octal 302 336 377
Decimal 194 222 255
Hex C2 DE FF

RGB Percentages of Color #c2deff

%28.91
%33.08
%38.00

CMYK Percentages of Color #c2deff

%24
%13
%0
%0

Triadic Colors of #c2deff

#c2deff #ffc2de #deffc2

Analogous Colors of #c2deff

#c2deff #c5c2ff #c2fdff

Monochromatic Colors of #c2deff

#c2deff

Complementary Color

#c2deff #ffe3c2

#c2deff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2deff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2deff Color CSS Codes

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

#c2deff Text Font Color

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

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


#c2deff Background Color

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

This div background color is #c2deff


#c2deff Border Color

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

This div border color is #c2deff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2deff

Related Colors


Comments

No comments written yet.

Please login to write comment.