Color Hex Logo

#c5eeee Color Hex

#C5EEEE
(197,238,238)
0 Favorites   0 Comments

Color spaces of #c5eeee

RGB 197238238
HSL0.500.550.85
HSV180°17°93°
CMYK 0.170.000.00   0.07
XYZ69.033179.192492.5362
Yxy79.19240.28670.3289
Hunter Lab88.9901-17.26330.6405
CIE-Lab91.3213-13.1469-4.4072

#c5eeee color RGB value is (197,238,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11101110 11101110
Octal 305 356 356
Decimal 197 238 238
Hex C5 EE EE

RGB Percentages of Color #c5eeee

%29.27
%35.36
%35.36

CMYK Percentages of Color #c5eeee

%17
%0
%0
%7

Triadic Colors of #c5eeee

#c5eeee #eec5ee #eeeec5

Analogous Colors of #c5eeee

#c5eeee #c5daee #c5eeda

Monochromatic Colors of #c5eeee

#c5eeee

Complementary Color

#c5eeee #eec5c5

#c5eeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5eeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5eeee Color CSS Codes

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

#c5eeee Text Font Color

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

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


#c5eeee Background Color

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

This div background color is #c5eeee


#c5eeee Border Color

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

This div border color is #c5eeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5eeee


Comments

No comments written yet.

Please login to write comment.