Color Hex Logo

#c1edae Color Hex

#C1EDAE
(193,237,174)
0 Favorites   0 Comments

Color spaces of #c1edae

RGB 193237174
HSL0.280.640.81
HSV102°27°93°
CMYK 0.190.000.27   0.07
XYZ59.916574.961851.3555
Yxy74.96180.32170.4025
Hunter Lab86.5805-27.988125.4383
CIE-Lab89.3751-25.484125.9990

#c1edae color RGB value is (193,237,174).

#c1edae hex color red value is 193, green value is 237 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c1edae hue: 0.28 , saturation: 0.64 and the lightness value of c1edae is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 11101101 10101110
Octal 301 355 256
Decimal 193 237 174
Hex C1 ED AE

RGB Percentages of Color #c1edae

%31.95
%39.24
%28.81

CMYK Percentages of Color #c1edae

%19
%0
%27
%7

Triadic Colors of #c1edae

#c1edae #aec1ed #edaec1

Analogous Colors of #c1edae

#c1edae #aeedbb #e1edae

Monochromatic Colors of #c1edae

#c1edae

Complementary Color

#c1edae #daaeed

#c1edae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1edae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1edae Color CSS Codes

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

#c1edae Text Font Color

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

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


#c1edae Background Color

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

This div background color is #c1edae


#c1edae Border Color

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

This div border color is #c1edae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1edae


Comments

No comments written yet.

Please login to write comment.