Color Hex Logo

#c2efcb Color Hex

#C2EFCB
(194,239,203)
0 Favorites   0 Comments

Color spaces of #c2efcb

RGB 194239203
HSL0.370.580.85
HSV132°19°94°
CMYK 0.190.000.15   0.06
XYZ63.894177.514168.0941
Yxy77.51410.30500.3700
Hunter Lab88.0421-24.532315.7730
CIE-Lab90.5577-21.297112.6872

#c2efcb color RGB value is (194,239,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101111 11001011
Octal 302 357 313
Decimal 194 239 203
Hex C2 EF CB

RGB Percentages of Color #c2efcb

%30.50
%37.58
%31.92

CMYK Percentages of Color #c2efcb

%19
%0
%15
%6

Triadic Colors of #c2efcb

#c2efcb #cbc2ef #efcbc2

Analogous Colors of #c2efcb

#c2efcb #c2efe2 #d0efc2

Monochromatic Colors of #c2efcb

#c2efcb

Complementary Color

#c2efcb #efc2e6

#c2efcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2efcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2efcb Color CSS Codes

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

#c2efcb Text Font Color

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

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


#c2efcb Background Color

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

This div background color is #c2efcb


#c2efcb Border Color

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

This div border color is #c2efcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2efcb


Comments

No comments written yet.

Please login to write comment.