Color Hex Logo

#c4eeff Color Hex

#C4EEFF
(196,238,255)
0 Favorites   0 Comments

Color spaces of #c4eeff

RGB 196238255
HSL0.551.000.88
HSV197°23°100°
CMYK 0.230.070.00   0.00
XYZ71.389580.1048106.3069
Yxy80.10480.27690.3107
Hunter Lab89.5013-14.2491-7.7720
CIE-Lab91.7319-9.8600-12.6655

#c4eeff color RGB value is (196,238,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101110 11111111
Octal 304 356 377
Decimal 196 238 255
Hex C4 EE FF

RGB Percentages of Color #c4eeff

%28.45
%34.54
%37.01

CMYK Percentages of Color #c4eeff

%23
%7
%0
%0

Triadic Colors of #c4eeff

#c4eeff #ffc4ee #eeffc4

Analogous Colors of #c4eeff

#c4eeff #c4d1ff #c4fff3

Monochromatic Colors of #c4eeff

#c4eeff

Complementary Color

#c4eeff #ffd5c4

#c4eeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4eeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4eeff Color CSS Codes

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

#c4eeff Text Font Color

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

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


#c4eeff Background Color

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

This div background color is #c4eeff


#c4eeff Border Color

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

This div border color is #c4eeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4eeff

Related Colors


Comments

No comments written yet.

Please login to write comment.