Color Hex Logo

#c4dafd Color Hex

#C4DAFD
(196,218,253)
0 Favorites   0 Comments

Color spaces of #c4dafd

RGB 196218253
HSL0.600.930.88
HSV217°23°99°
CMYK 0.230.140.00   0.01
XYZ65.566068.9704102.7854
Yxy68.97040.27630.2906
Hunter Lab83.0484-4.4105-15.2467
CIE-Lab86.48940.0263-19.4888

#c4dafd color RGB value is (196,218,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011010 11111101
Octal 304 332 375
Decimal 196 218 253
Hex C4 DA FD

RGB Percentages of Color #c4dafd

%29.39
%32.68
%37.93

CMYK Percentages of Color #c4dafd

%23
%14
%0
%1

Triadic Colors of #c4dafd

#c4dafd #fdc4da #dafdc4

Analogous Colors of #c4dafd

#c4dafd #cbc4fd #c4f7fd

Monochromatic Colors of #c4dafd

#c4dafd

Complementary Color

#c4dafd #fde7c4

#c4dafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4dafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4dafd Color CSS Codes

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

#c4dafd Text Font Color

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

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


#c4dafd Background Color

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

This div background color is #c4dafd


#c4dafd Border Color

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

This div border color is #c4dafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4dafd

Related Colors


Comments

No comments written yet.

Please login to write comment.