Color Hex Logo

#c2ddfc Color Hex

#C2DDFC
(194,221,252)
0 Favorites   0 Comments

Color spaces of #c2ddfc

RGB 194221252
HSL0.590.910.87
HSV212°23°99°
CMYK 0.230.120.00   0.01
XYZ65.675370.2105102.1860
Yxy70.21050.27590.2949
Hunter Lab83.7917-6.7285-13.6514
CIE-Lab87.1000-2.3603-18.0539

#c2ddfc color RGB value is (194,221,252).

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

The process color (four color CMYK) of #c2ddfc color hex is 0.23, 0.12, 0.00, 0.01. Web safe color of #c2ddfc is #ccccff. Color #c2ddfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011101 11111100
Octal 302 335 374
Decimal 194 221 252
Hex C2 DD FC

RGB Percentages of Color #c2ddfc

%29.09
%33.13
%37.78

CMYK Percentages of Color #c2ddfc

%23
%12
%0
%1

Triadic Colors of #c2ddfc

#c2ddfc #fcc2dd #ddfcc2

Analogous Colors of #c2ddfc

#c2ddfc #c4c2fc #c2fafc

Monochromatic Colors of #c2ddfc

#c2ddfc

Complementary Color

#c2ddfc #fce1c2

#c2ddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ddfc Color CSS Codes

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

#c2ddfc Text Font Color

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

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


#c2ddfc Background Color

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

This div background color is #c2ddfc


#c2ddfc Border Color

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

This div border color is #c2ddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ddfc


Comments

No comments written yet.

Please login to write comment.