Color Hex Logo

#c2efcc Color Hex

#C2EFCC
(194,239,204)
0 Favorites   0 Comments

Color spaces of #c2efcc

RGB 194239204
HSL0.370.580.85
HSV133°19°94°
CMYK 0.190.000.15   0.06
XYZ64.013777.562068.7238
Yxy77.56200.30440.3688
Hunter Lab88.0693-24.377415.3823
CIE-Lab90.5797-21.118612.1995

#c2efcc color RGB value is (194,239,204).

#c2efcc hex color red value is 194, green value is 239 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c2efcc hue: 0.37 , saturation: 0.58 and the lightness value of c2efcc is 0.85.

The process color (four color CMYK) of #c2efcc color hex is 0.19, 0.00, 0.15, 0.06. Web safe color of #c2efcc is #ccffcc. Color #c2efcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101111 11001100
Octal 302 357 314
Decimal 194 239 204
Hex C2 EF CC

RGB Percentages of Color #c2efcc

%30.46
%37.52
%32.03

CMYK Percentages of Color #c2efcc

%19
%0
%15
%6

Triadic Colors of #c2efcc

#c2efcc #ccc2ef #efccc2

Analogous Colors of #c2efcc

#c2efcc #c2efe3 #cfefc2

Monochromatic Colors of #c2efcc

#c2efcc

Complementary Color

#c2efcc #efc2e5

#c2efcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2efcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2efcc Color CSS Codes

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

#c2efcc Text Font Color

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

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


#c2efcc Background Color

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

This div background color is #c2efcc


#c2efcc Border Color

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

This div border color is #c2efcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2efcc


Comments

No comments written yet.

Please login to write comment.