Color Hex Logo

#c3ddfd Color Hex

#C3DDFD
(195,221,253)
0 Favorites   0 Comments

Color spaces of #c3ddfd

RGB 195221253
HSL0.590.940.88
HSV213°23°99°
CMYK 0.230.130.00   0.01
XYZ66.091870.4069103.0350
Yxy70.40690.27590.2939
Hunter Lab83.9088-6.2427-14.0684
CIE-Lab87.1960-1.8418-18.4291

#c3ddfd color RGB value is (195,221,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011101 11111101
Octal 303 335 375
Decimal 195 221 253
Hex C3 DD FD

RGB Percentages of Color #c3ddfd

%29.15
%33.03
%37.82

CMYK Percentages of Color #c3ddfd

%23
%13
%0
%1

Triadic Colors of #c3ddfd

#c3ddfd #fdc3dd #ddfdc3

Analogous Colors of #c3ddfd

#c3ddfd #c6c3fd #c3fafd

Monochromatic Colors of #c3ddfd

#c3ddfd

Complementary Color

#c3ddfd #fde3c3

#c3ddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3ddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3ddfd Color CSS Codes

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

#c3ddfd Text Font Color

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

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


#c3ddfd Background Color

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

This div background color is #c3ddfd


#c3ddfd Border Color

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

This div border color is #c3ddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3ddfd


Comments

No comments written yet.

Please login to write comment.