Color Hex Logo

#c4d2fd Color Hex

#C4D2FD
(196,210,253)
0 Favorites   0 Comments

Color spaces of #c4d2fd

RGB 196210253
HSL0.630.930.88
HSV225°23°99°
CMYK 0.230.170.00   0.01
XYZ63.541264.9208102.1105
Yxy64.92080.27560.2816
Hunter Lab80.5734-0.2363-18.7366
CIE-Lab84.44294.2519-22.5868

#c4d2fd color RGB value is (196,210,253).

#c4d2fd hex color red value is 196, green value is 210 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c4d2fd hue: 0.63 , saturation: 0.93 and the lightness value of c4d2fd is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11010010 11111101
Octal 304 322 375
Decimal 196 210 253
Hex C4 D2 FD

RGB Percentages of Color #c4d2fd

%29.74
%31.87
%38.39

CMYK Percentages of Color #c4d2fd

%23
%17
%0
%1

Triadic Colors of #c4d2fd

#c4d2fd #fdc4d2 #d2fdc4

Analogous Colors of #c4d2fd

#c4d2fd #d3c4fd #c4effd

Monochromatic Colors of #c4d2fd

#c4d2fd

Complementary Color

#c4d2fd #fdefc4

#c4d2fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4d2fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4d2fd Color CSS Codes

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

#c4d2fd Text Font Color

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

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


#c4d2fd Background Color

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

This div background color is #c4d2fd


#c4d2fd Border Color

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

This div border color is #c4d2fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4d2fd


Comments

No comments written yet.

Please login to write comment.