Color Hex Logo

#c4ecff Color Hex

#C4ECFF
(196,236,255)
1 Favorites   0 Comments

Color spaces of #c4ecff

RGB 196236255
HSL0.551.000.88
HSV199°23°100°
CMYK 0.230.070.00   0.00
XYZ70.810478.9467106.1139
Yxy78.94670.27670.3085
Hunter Lab88.8520-13.2357-8.6123
CIE-Lab91.2102-8.8436-13.4448

#c4ecff color RGB value is (196,236,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101100 11111111
Octal 304 354 377
Decimal 196 236 255
Hex C4 EC FF

RGB Percentages of Color #c4ecff

%28.53
%34.35
%37.12

CMYK Percentages of Color #c4ecff

%23
%7
%0
%0

Triadic Colors of #c4ecff

#c4ecff #ffc4ec #ecffc4

Analogous Colors of #c4ecff

#c4ecff #c4cfff #c4fff5

Monochromatic Colors of #c4ecff

#c4ecff

Complementary Color

#c4ecff #ffd7c4

#c4ecff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4ecff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4ecff Color CSS Codes

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

#c4ecff Text Font Color

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

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


#c4ecff Background Color

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

This div background color is #c4ecff


#c4ecff Border Color

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

This div border color is #c4ecff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4ecff

#c4ecff Color Palettes


Comments

No comments written yet.

Please login to write comment.