Color Hex Logo

#c1efaf Color Hex

#C1EFAF
(193,239,175)
0 Favorites   0 Comments

Color spaces of #c1efaf

RGB 193239175
HSL0.290.670.81
HSV103°27°94°
CMYK 0.190.000.27   0.06
XYZ60.596776.165652.0651
Yxy76.16560.32090.4034
Hunter Lab87.2729-28.788625.7199
CIE-Lab89.9362-26.286226.2526

#c1efaf color RGB value is (193,239,175).

#c1efaf hex color red value is 193, green value is 239 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c1efaf hue: 0.29 , saturation: 0.67 and the lightness value of c1efaf is 0.81.

The process color (four color CMYK) of #c1efaf color hex is 0.19, 0.00, 0.27, 0.06. Web safe color of #c1efaf is #ccff99. Color #c1efaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11101111 10101111
Octal 301 357 257
Decimal 193 239 175
Hex C1 EF AF

RGB Percentages of Color #c1efaf

%31.80
%39.37
%28.83

CMYK Percentages of Color #c1efaf

%19
%0
%27
%6

Triadic Colors of #c1efaf

#c1efaf #afc1ef #efafc1

Analogous Colors of #c1efaf

#c1efaf #afefbd #e1efaf

Monochromatic Colors of #c1efaf

#c1efaf

Complementary Color

#c1efaf #ddafef

#c1efaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1efaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1efaf Color CSS Codes

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

#c1efaf Text Font Color

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

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


#c1efaf Background Color

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

This div background color is #c1efaf


#c1efaf Border Color

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

This div border color is #c1efaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1efaf


Comments

No comments written yet.

Please login to write comment.