Color Hex Logo

#c5edcf Color Hex

#C5EDCF
(197,237,207)
0 Favorites   0 Comments

Color spaces of #c5edcf

RGB 197237207
HSL0.380.530.85
HSV135°17°93°
CMYK 0.170.000.13   0.07
XYZ64.572676.943770.4798
Yxy76.94370.30460.3629
Hunter Lab87.7176-22.104313.7636
CIE-Lab90.2957-18.622810.2610

#c5edcf color RGB value is (197,237,207).

#c5edcf hex color red value is 197, green value is 237 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c5edcf hue: 0.38 , saturation: 0.53 and the lightness value of c5edcf is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11101101 11001111
Octal 305 355 317
Decimal 197 237 207
Hex C5 ED CF

RGB Percentages of Color #c5edcf

%30.73
%36.97
%32.29

CMYK Percentages of Color #c5edcf

%17
%0
%13
%7

Triadic Colors of #c5edcf

#c5edcf #cfc5ed #edcfc5

Analogous Colors of #c5edcf

#c5edcf #c5ede3 #cfedc5

Monochromatic Colors of #c5edcf

#c5edcf

Complementary Color

#c5edcf #edc5e3

#c5edcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5edcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5edcf Color CSS Codes

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

#c5edcf Text Font Color

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

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


#c5edcf Background Color

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

This div background color is #c5edcf


#c5edcf Border Color

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

This div border color is #c5edcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5edcf


Comments

No comments written yet.

Please login to write comment.