Color Hex Logo

#c4eafd Color Hex

#C4EAFD
(196,234,253)
0 Favorites   0 Comments

Color spaces of #c4eafd

RGB 196234253
HSL0.560.930.88
HSV200°23°99°
CMYK 0.230.080.00   0.01
XYZ69.917477.6732104.2359
Yxy77.67320.27760.3084
Hunter Lab88.1324-12.6237-8.4308
CIE-Lab90.6306-8.2588-13.2674

#c4eafd color RGB value is (196,234,253).

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

The process color (four color CMYK) of #c4eafd color hex is 0.23, 0.08, 0.00, 0.01. Web safe color of #c4eafd is #ccffff. Color #c4eafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101010 11111101
Octal 304 352 375
Decimal 196 234 253
Hex C4 EA FD

RGB Percentages of Color #c4eafd

%28.70
%34.26
%37.04

CMYK Percentages of Color #c4eafd

%23
%8
%0
%1

Triadic Colors of #c4eafd

#c4eafd #fdc4ea #eafdc4

Analogous Colors of #c4eafd

#c4eafd #c4cefd #c4fdf4

Monochromatic Colors of #c4eafd

#c4eafd

Complementary Color

#c4eafd #fdd7c4

#c4eafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4eafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4eafd Color CSS Codes

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

#c4eafd Text Font Color

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

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


#c4eafd Background Color

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

This div background color is #c4eafd


#c4eafd Border Color

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

This div border color is #c4eafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4eafd


Comments

No comments written yet.

Please login to write comment.