Color Hex Logo

#c0efac Color Hex

#C0EFAC
(192,239,172)
0 Favorites   0 Comments

Color spaces of #c0efac

RGB 192239172
HSL0.280.680.81
HSV102°28°94°
CMYK 0.200.000.28   0.06
XYZ60.051175.918050.5183
Yxy75.91800.32200.4071
Hunter Lab87.1309-29.456026.6155
CIE-Lab89.8213-27.086427.6189

#c0efac color RGB value is (192,239,172).

#c0efac hex color red value is 192, green value is 239 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c0efac hue: 0.28 , saturation: 0.68 and the lightness value of c0efac is 0.81.

The process color (four color CMYK) of #c0efac color hex is 0.20, 0.00, 0.28, 0.06. Web safe color of #c0efac is #ccff99. Color #c0efac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11101111 10101100
Octal 300 357 254
Decimal 192 239 172
Hex C0 EF AC

RGB Percentages of Color #c0efac

%31.84
%39.64
%28.52

CMYK Percentages of Color #c0efac

%20
%0
%28
%6

Triadic Colors of #c0efac

#c0efac #acc0ef #efacc0

Analogous Colors of #c0efac

#c0efac #acefba #e2efac

Monochromatic Colors of #c0efac

#c0efac

Complementary Color

#c0efac #dbacef

#c0efac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0efac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0efac Color CSS Codes

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

#c0efac Text Font Color

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

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


#c0efac Background Color

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

This div background color is #c0efac


#c0efac Border Color

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

This div border color is #c0efac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0efac


Comments

No comments written yet.

Please login to write comment.