Color Hex Logo

#c4efdc Color Hex

#C4EFDC
(196,239,220)
0 Favorites   0 Comments

Color spaces of #c4efdc

RGB 196239220
HSL0.430.570.85
HSV153°18°94°
CMYK 0.180.000.08   0.06
XYZ66.549778.636179.3809
Yxy78.63610.29630.3502
Hunter Lab88.6770-21.22538.9993
CIE-Lab91.0694-17.51664.5985

#c4efdc color RGB value is (196,239,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101111 11011100
Octal 304 357 334
Decimal 196 239 220
Hex C4 EF DC

RGB Percentages of Color #c4efdc

%29.92
%36.49
%33.59

CMYK Percentages of Color #c4efdc

%18
%0
%8
%6

Triadic Colors of #c4efdc

#c4efdc #dcc4ef #efdcc4

Analogous Colors of #c4efdc

#c4efdc #c4edef #c4efc7

Monochromatic Colors of #c4efdc

#c4efdc

Complementary Color

#c4efdc #efc4d7

#c4efdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4efdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4efdc Color CSS Codes

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

#c4efdc Text Font Color

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

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


#c4efdc Background Color

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

This div background color is #c4efdc


#c4efdc Border Color

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

This div border color is #c4efdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4efdc


Comments

No comments written yet.

Please login to write comment.