Color Hex Logo

#c4cafd Color Hex

#C4CAFD
(196,202,253)
0 Favorites   0 Comments

Color spaces of #c4cafd

RGB 196202253
HSL0.650.930.88
HSV234°23°99°
CMYK 0.230.200.00   0.01
XYZ61.615161.0687101.4685
Yxy61.06870.27490.2724
Hunter Lab78.14653.9832-22.2820
CIE-Lab82.41578.5271-25.6710

#c4cafd color RGB value is (196,202,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001010 11111101
Octal 304 312 375
Decimal 196 202 253
Hex C4 CA FD

RGB Percentages of Color #c4cafd

%30.11
%31.03
%38.86

CMYK Percentages of Color #c4cafd

%23
%20
%0
%1

Triadic Colors of #c4cafd

#c4cafd #fdc4ca #cafdc4

Analogous Colors of #c4cafd

#c4cafd #dbc4fd #c4e7fd

Monochromatic Colors of #c4cafd

#c4cafd

Complementary Color

#c4cafd #fdf7c4

#c4cafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4cafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4cafd Color CSS Codes

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

#c4cafd Text Font Color

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

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


#c4cafd Background Color

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

This div background color is #c4cafd


#c4cafd Border Color

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

This div border color is #c4cafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4cafd


Comments

No comments written yet.

Please login to write comment.