Color Hex Logo

#c5eedd Color Hex

#C5EEDD
(197,238,221)
0 Favorites   0 Comments

Color spaces of #c5eedd

RGB 197238221
HSL0.430.550.85
HSV155°17°93°
CMYK 0.170.000.07   0.07
XYZ66.651678.239879.9955
Yxy78.23980.29640.3479
Hunter Lab88.4533-20.28938.2965
CIE-Lab90.8892-16.51353.8245

#c5eedd color RGB value is (197,238,221).

#c5eedd hex color red value is 197, green value is 238 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c5eedd hue: 0.43 , saturation: 0.55 and the lightness value of c5eedd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11101110 11011101
Octal 305 356 335
Decimal 197 238 221
Hex C5 EE DD

RGB Percentages of Color #c5eedd

%30.03
%36.28
%33.69

CMYK Percentages of Color #c5eedd

%17
%0
%7
%7

Triadic Colors of #c5eedd

#c5eedd #ddc5ee #eeddc5

Analogous Colors of #c5eedd

#c5eedd #c5ebee #c5eec9

Monochromatic Colors of #c5eedd

#c5eedd

Complementary Color

#c5eedd #eec5d6

#c5eedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5eedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5eedd Color CSS Codes

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

#c5eedd Text Font Color

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

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


#c5eedd Background Color

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

This div background color is #c5eedd


#c5eedd Border Color

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

This div border color is #c5eedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5eedd


Comments

No comments written yet.

Please login to write comment.