Color Hex Logo

#c4edbf Color Hex

#C4EDBF
(196,237,191)
0 Favorites   0 Comments

Color spaces of #c4edbf

RGB 196237191
HSL0.320.560.84
HSV113°19°93°
CMYK 0.170.000.19   0.07
XYZ62.453176.065760.6807
Yxy76.06570.31350.3819
Hunter Lab87.2157-24.807719.7997
CIE-Lab89.8898-21.736217.9825

#c4edbf color RGB value is (196,237,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101101 10111111
Octal 304 355 277
Decimal 196 237 191
Hex C4 ED BF

RGB Percentages of Color #c4edbf

%31.41
%37.98
%30.61

CMYK Percentages of Color #c4edbf

%17
%0
%19
%7

Triadic Colors of #c4edbf

#c4edbf #bfc4ed #edbfc4

Analogous Colors of #c4edbf

#c4edbf #bfedd1 #dbedbf

Monochromatic Colors of #c4edbf

#c4edbf

Complementary Color

#c4edbf #e8bfed

#c4edbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4edbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4edbf Color CSS Codes

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

#c4edbf Text Font Color

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

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


#c4edbf Background Color

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

This div background color is #c4edbf


#c4edbf Border Color

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

This div border color is #c4edbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4edbf


Comments

No comments written yet.

Please login to write comment.