Color Hex Logo

#c4efdf Color Hex

#C4EFDF
(196,239,223)
0 Favorites   0 Comments

Color spaces of #c4efdf

RGB 196239223
HSL0.440.570.85
HSV158°18°94°
CMYK 0.180.000.07   0.06
XYZ66.950778.796581.4926
Yxy78.79650.29460.3468
Hunter Lab88.7674-20.71357.7062
CIE-Lab91.1421-16.94023.1417

#c4efdf color RGB value is (196,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101111 11011111
Octal 304 357 337
Decimal 196 239 223
Hex C4 EF DF

RGB Percentages of Color #c4efdf

%29.79
%36.32
%33.89

CMYK Percentages of Color #c4efdf

%18
%0
%7
%6

Triadic Colors of #c4efdf

#c4efdf #dfc4ef #efdfc4

Analogous Colors of #c4efdf

#c4efdf #c4eaef #c4efca

Monochromatic Colors of #c4efdf

#c4efdf

Complementary Color

#c4efdf #efc4d4

#c4efdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4efdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4efdf Color CSS Codes

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

#c4efdf Text Font Color

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

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


#c4efdf Background Color

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

This div background color is #c4efdf


#c4efdf Border Color

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

This div border color is #c4efdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4efdf


Comments

No comments written yet.

Please login to write comment.