Color Hex Logo

#c2ddff Color Hex

#C2DDFF
(194,221,255)
0 Favorites   0 Comments

Color spaces of #c2ddff

RGB 194221255
HSL0.591.000.88
HSV213°24°100°
CMYK 0.240.130.00   0.00
XYZ66.154670.4022104.7100
Yxy70.40220.27420.2918
Hunter Lab83.9060-6.0995-15.2564
CIE-Lab87.1938-1.6917-19.4913

#c2ddff color RGB value is (194,221,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011101 11111111
Octal 302 335 377
Decimal 194 221 255
Hex C2 DD FF

RGB Percentages of Color #c2ddff

%28.96
%32.99
%38.06

CMYK Percentages of Color #c2ddff

%24
%13
%0
%0

Triadic Colors of #c2ddff

#c2ddff #ffc2dd #ddffc2

Analogous Colors of #c2ddff

#c2ddff #c6c2ff #c2fcff

Monochromatic Colors of #c2ddff

#c2ddff

Complementary Color

#c2ddff #ffe4c2

#c2ddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ddff Color CSS Codes

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

#c2ddff Text Font Color

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

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


#c2ddff Background Color

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

This div background color is #c2ddff


#c2ddff Border Color

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

This div border color is #c2ddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ddff

#c2ddff Color Palettes


Comments

No comments written yet.

Please login to write comment.