Color Hex Logo

#c4eaff Color Hex

#C4EAFF
(196,234,255)
0 Favorites   0 Comments

Color spaces of #c4eaff

RGB 196234255
HSL0.561.000.88
HSV201°23°100°
CMYK 0.230.080.00   0.00
XYZ70.237877.8014105.9230
Yxy77.80140.27660.3064
Hunter Lab88.2051-12.2192-9.4561
CIE-Lab90.6892-7.8231-14.2241

#c4eaff color RGB value is (196,234,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101010 11111111
Octal 304 352 377
Decimal 196 234 255
Hex C4 EA FF

RGB Percentages of Color #c4eaff

%28.61
%34.16
%37.23

CMYK Percentages of Color #c4eaff

%23
%8
%0
%0

Triadic Colors of #c4eaff

#c4eaff #ffc4ea #eaffc4

Analogous Colors of #c4eaff

#c4eaff #c4cdff #c4fff7

Monochromatic Colors of #c4eaff

#c4eaff

Complementary Color

#c4eaff #ffd9c4

#c4eaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4eaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4eaff Color CSS Codes

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

#c4eaff Text Font Color

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

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


#c4eaff Background Color

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

This div background color is #c4eaff


#c4eaff Border Color

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

This div border color is #c4eaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4eaff

#c4eaff Color Palettes


Comments

No comments written yet.

Please login to write comment.