Color Hex Logo

#c4eafe Color Hex

#C4EAFE
(196,234,254)
0 Favorites   0 Comments

Color spaces of #c4eafe

RGB 196234254
HSL0.560.970.88
HSV201°23°100°
CMYK 0.230.080.00   0.00
XYZ70.077277.7372105.0772
Yxy77.73720.27710.3074
Hunter Lab88.1687-12.4220-8.9422
CIE-Lab90.6598-8.0414-13.7458

#c4eafe color RGB value is (196,234,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101010 11111110
Octal 304 352 376
Decimal 196 234 254
Hex C4 EA FE

RGB Percentages of Color #c4eafe

%28.65
%34.21
%37.13

CMYK Percentages of Color #c4eafe

%23
%8
%0
%0

Triadic Colors of #c4eafe

#c4eafe #fec4ea #eafec4

Analogous Colors of #c4eafe

#c4eafe #c4cdfe #c4fef5

Monochromatic Colors of #c4eafe

#c4eafe

Complementary Color

#c4eafe #fed8c4

#c4eafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4eafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4eafe Color CSS Codes

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

#c4eafe Text Font Color

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

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


#c4eafe Background Color

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

This div background color is #c4eafe


#c4eafe Border Color

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

This div border color is #c4eafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4eafe

Related Colors


Comments

No comments written yet.

Please login to write comment.