Color Hex Logo

#c4eafa Color Hex

#C4EAFA
(196,234,250)
0 Favorites   0 Comments

Color spaces of #c4eafa

RGB 196234250
HSL0.550.840.87
HSV198°22°98°
CMYK 0.220.060.00   0.02
XYZ69.443177.4835101.7383
Yxy77.48350.27930.3116
Hunter Lab88.0247-13.2238-6.9096
CIE-Lab90.5437-8.9073-11.8301

#c4eafa color RGB value is (196,234,250).

#c4eafa hex color red value is 196, green value is 234 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c4eafa hue: 0.55 , saturation: 0.84 and the lightness value of c4eafa is 0.87.

The process color (four color CMYK) of #c4eafa color hex is 0.22, 0.06, 0.00, 0.02. Web safe color of #c4eafa is #ccffff. Color #c4eafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101010 11111010
Octal 304 352 372
Decimal 196 234 250
Hex C4 EA FA

RGB Percentages of Color #c4eafa

%28.82
%34.41
%36.76

CMYK Percentages of Color #c4eafa

%22
%6
%0
%2

Triadic Colors of #c4eafa

#c4eafa #fac4ea #eafac4

Analogous Colors of #c4eafa

#c4eafa #c4cffa #c4faef

Monochromatic Colors of #c4eafa

#c4eafa

Complementary Color

#c4eafa #fad4c4

#c4eafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4eafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4eafa Color CSS Codes

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

#c4eafa Text Font Color

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

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


#c4eafa Background Color

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

This div background color is #c4eafa


#c4eafa Border Color

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

This div border color is #c4eafa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,234,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c4eafa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4eafa

#c4eafa Color Palettes


Comments

No comments written yet.

Please login to write comment.