Color Hex Logo

#c4edef Color Hex

#C4EDEF
(196,237,239)
0 Favorites   0 Comments

Color spaces of #c4edef

RGB 196237239
HSL0.510.570.85
HSV183°18°94°
CMYK 0.180.010.00   0.06
XYZ68.629178.536193.2032
Yxy78.53610.28550.3267
Hunter Lab88.6206-16.8530-0.3215
CIE-Lab91.0240-12.7440-5.3738

#c4edef color RGB value is (196,237,239).

#c4edef hex color red value is 196, green value is 237 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c4edef hue: 0.51 , saturation: 0.57 and the lightness value of c4edef is 0.85.

The process color (four color CMYK) of #c4edef color hex is 0.18, 0.01, 0.00, 0.06. Web safe color of #c4edef is #ccffff. Color #c4edef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101101 11101111
Octal 304 355 357
Decimal 196 237 239
Hex C4 ED EF

RGB Percentages of Color #c4edef

%29.17
%35.27
%35.57

CMYK Percentages of Color #c4edef

%18
%1
%0
%6

Triadic Colors of #c4edef

#c4edef #efc4ed #edefc4

Analogous Colors of #c4edef

#c4edef #c4d8ef #c4efdc

Monochromatic Colors of #c4edef

#c4edef

Complementary Color

#c4edef #efc6c4

#c4edef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4edef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4edef Color CSS Codes

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

#c4edef Text Font Color

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

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


#c4edef Background Color

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

This div background color is #c4edef


#c4edef Border Color

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

This div border color is #c4edef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4edef


Comments

No comments written yet.

Please login to write comment.