Color Hex Logo

#c4edbe Color Hex

#C4EDBE
(196,237,190)
0 Favorites   0 Comments

Color spaces of #c4edbe

RGB 196237190
HSL0.310.570.84
HSV112°20°93°
CMYK 0.170.000.20   0.07
XYZ62.343476.021860.1030
Yxy76.02180.31410.3830
Hunter Lab87.1905-24.951320.1630
CIE-Lab89.8695-21.903018.4713

#c4edbe color RGB value is (196,237,190).

#c4edbe hex color red value is 196, green value is 237 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c4edbe hue: 0.31 , saturation: 0.57 and the lightness value of c4edbe is 0.84.

The process color (four color CMYK) of #c4edbe color hex is 0.17, 0.00, 0.20, 0.07. Web safe color of #c4edbe is #ccffcc. Color #c4edbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101101 10111110
Octal 304 355 276
Decimal 196 237 190
Hex C4 ED BE

RGB Percentages of Color #c4edbe

%31.46
%38.04
%30.50

CMYK Percentages of Color #c4edbe

%17
%0
%20
%7

Triadic Colors of #c4edbe

#c4edbe #bec4ed #edbec4

Analogous Colors of #c4edbe

#c4edbe #beedd0 #dcedbe

Monochromatic Colors of #c4edbe

#c4edbe

Complementary Color

#c4edbe #e7beed

#c4edbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4edbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4edbe Color CSS Codes

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

#c4edbe Text Font Color

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

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


#c4edbe Background Color

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

This div background color is #c4edbe


#c4edbe Border Color

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

This div border color is #c4edbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4edbe


Comments

No comments written yet.

Please login to write comment.