Color Hex Logo

#c5eded Color Hex

#C5EDED
(197,237,237)
1 Favorites   0 Comments

Color spaces of #c5eded

RGB 197237237
HSL0.500.530.85
HSV180°17°93°
CMYK 0.170.000.00   0.07
XYZ68.596278.553191.6676
Yxy78.55310.28720.3289
Hunter Lab88.6302-16.95100.7192
CIE-Lab91.0317-12.8489-4.3118

#c5eded color RGB value is (197,237,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11101101 11101101
Octal 305 355 355
Decimal 197 237 237
Hex C5 ED ED

RGB Percentages of Color #c5eded

%29.36
%35.32
%35.32

CMYK Percentages of Color #c5eded

%17
%0
%0
%7

Triadic Colors of #c5eded

#c5eded #edc5ed #ededc5

Analogous Colors of #c5eded

#c5eded #c5d9ed #c5edd9

Monochromatic Colors of #c5eded

#c5eded

Complementary Color

#c5eded #edc5c5

#c5eded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5eded Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5eded Color CSS Codes

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

#c5eded Text Font Color

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

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


#c5eded Background Color

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

This div background color is #c5eded


#c5eded Border Color

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

This div border color is #c5eded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5eded


Comments

No comments written yet.

Please login to write comment.