Color Hex Logo

#c5edcd Color Hex

#C5EDCD
(197,237,205)
0 Favorites   0 Comments

Color spaces of #c5edcd

RGB 197237205
HSL0.370.530.85
HSV132°17°93°
CMYK 0.170.000.14   0.07
XYZ64.329676.846569.1999
Yxy76.84650.30580.3653
Hunter Lab87.6621-22.419114.5604
CIE-Lab90.2509-18.981811.2374

#c5edcd color RGB value is (197,237,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11101101 11001101
Octal 305 355 315
Decimal 197 237 205
Hex C5 ED CD

RGB Percentages of Color #c5edcd

%30.83
%37.09
%32.08

CMYK Percentages of Color #c5edcd

%17
%0
%14
%7

Triadic Colors of #c5edcd

#c5edcd #cdc5ed #edcdc5

Analogous Colors of #c5edcd

#c5edcd #c5ede1 #d1edc5

Monochromatic Colors of #c5edcd

#c5edcd

Complementary Color

#c5edcd #edc5e5

#c5edcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5edcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5edcd Color CSS Codes

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

#c5edcd Text Font Color

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

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


#c5edcd Background Color

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

This div background color is #c5edcd


#c5edcd Border Color

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

This div border color is #c5edcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5edcd


Comments

No comments written yet.

Please login to write comment.