Color Hex Logo

#c5f0ee Color Hex

#C5F0EE
(197,240,238)
0 Favorites   0 Comments

Color spaces of #c5f0ee

RGB 197240238
HSL0.490.590.86
HSV177°18°94°
CMYK 0.180.000.01   0.06
XYZ69.618780.363592.7313
Yxy80.36350.28680.3311
Hunter Lab89.6457-18.25711.4212
CIE-Lab91.8477-14.1488-3.6326

#c5f0ee color RGB value is (197,240,238).

#c5f0ee hex color red value is 197, green value is 240 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c5f0ee hue: 0.49 , saturation: 0.59 and the lightness value of c5f0ee is 0.86.

The process color (four color CMYK) of #c5f0ee color hex is 0.18, 0.00, 0.01, 0.06. Web safe color of #c5f0ee is #ccffff. Color #c5f0ee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11110000 11101110
Octal 305 360 356
Decimal 197 240 238
Hex C5 F0 EE

RGB Percentages of Color #c5f0ee

%29.19
%35.56
%35.26

CMYK Percentages of Color #c5f0ee

%18
%0
%1
%6

Triadic Colors of #c5f0ee

#c5f0ee #eec5f0 #f0eec5

Analogous Colors of #c5f0ee

#c5f0ee #c5ddf0 #c5f0d9

Monochromatic Colors of #c5f0ee

#c5f0ee

Complementary Color

#c5f0ee #f0c5c7

#c5f0ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5f0ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5f0ee Color CSS Codes

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

#c5f0ee Text Font Color

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

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


#c5f0ee Background Color

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

This div background color is #c5f0ee


#c5f0ee Border Color

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

This div border color is #c5f0ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,240,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 #c5f0ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5f0ee


Comments

No comments written yet.

Please login to write comment.