Color Hex Logo

#c4efdd Color Hex

#C4EFDD
(196,239,221)
0 Favorites   0 Comments

Color spaces of #c4efdd

RGB 196239221
HSL0.430.570.85
HSV155°18°94°
CMYK 0.180.000.08   0.06
XYZ66.682678.689280.0806
Yxy78.68920.29580.3490
Hunter Lab88.7069-21.05558.5705
CIE-Lab91.0935-17.32514.1127

#c4efdd color RGB value is (196,239,221).

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

The process color (four color CMYK) of #c4efdd color hex is 0.18, 0.00, 0.08, 0.06. Web safe color of #c4efdd is #ccffcc. Color #c4efdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101111 11011101
Octal 304 357 335
Decimal 196 239 221
Hex C4 EF DD

RGB Percentages of Color #c4efdd

%29.88
%36.43
%33.69

CMYK Percentages of Color #c4efdd

%18
%0
%8
%6

Triadic Colors of #c4efdd

#c4efdd #ddc4ef #efddc4

Analogous Colors of #c4efdd

#c4efdd #c4ecef #c4efc8

Monochromatic Colors of #c4efdd

#c4efdd

Complementary Color

#c4efdd #efc4d6

#c4efdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4efdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4efdd Color CSS Codes

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

#c4efdd Text Font Color

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

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


#c4efdd Background Color

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

This div background color is #c4efdd


#c4efdd Border Color

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

This div border color is #c4efdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4efdd


Comments

No comments written yet.

Please login to write comment.