Color Hex Logo

#c5edbf Color Hex

#C5EDBF
(197,237,191)
0 Favorites   0 Comments

Color spaces of #c5edbf

RGB 197237191
HSL0.310.560.84
HSV112°19°93°
CMYK 0.170.000.19   0.07
XYZ62.714176.200360.6930
Yxy76.20030.31420.3818
Hunter Lab87.2928-24.521919.8817
CIE-Lab89.9523-21.400518.0790

#c5edbf color RGB value is (197,237,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11101101 10111111
Octal 305 355 277
Decimal 197 237 191
Hex C5 ED BF

RGB Percentages of Color #c5edbf

%31.52
%37.92
%30.56

CMYK Percentages of Color #c5edbf

%17
%0
%19
%7

Triadic Colors of #c5edbf

#c5edbf #bfc5ed #edbfc5

Analogous Colors of #c5edbf

#c5edbf #bfedd0 #dcedbf

Monochromatic Colors of #c5edbf

#c5edbf

Complementary Color

#c5edbf #e7bfed

#c5edbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5edbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5edbf Color CSS Codes

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

#c5edbf Text Font Color

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

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


#c5edbf Background Color

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

This div background color is #c5edbf


#c5edbf Border Color

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

This div border color is #c5edbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,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 #c5edbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5edbf


Comments

No comments written yet.

Please login to write comment.