Color Hex Logo

#c2dcfd Color Hex

#C2DCFD
(194,220,253)
0 Favorites   0 Comments

Color spaces of #c2dcfd

RGB 194220253
HSL0.590.940.88
HSV214°23°99°
CMYK 0.230.130.00   0.01
XYZ65.571069.7476102.9352
Yxy69.74760.27520.2927
Hunter Lab83.5150-6.0038-14.6165
CIE-Lab86.8729-1.6156-18.9228

#c2dcfd color RGB value is (194,220,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011100 11111101
Octal 302 334 375
Decimal 194 220 253
Hex C2 DC FD

RGB Percentages of Color #c2dcfd

%29.09
%32.98
%37.93

CMYK Percentages of Color #c2dcfd

%23
%13
%0
%1

Triadic Colors of #c2dcfd

#c2dcfd #fdc2dc #dcfdc2

Analogous Colors of #c2dcfd

#c2dcfd #c6c2fd #c2fafd

Monochromatic Colors of #c2dcfd

#c2dcfd

Complementary Color

#c2dcfd #fde3c2

#c2dcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2dcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2dcfd Color CSS Codes

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

#c2dcfd Text Font Color

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

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


#c2dcfd Background Color

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

This div background color is #c2dcfd


#c2dcfd Border Color

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

This div border color is #c2dcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2dcfd


Comments

No comments written yet.

Please login to write comment.