Color Hex Logo

#cff5ed Color Hex

#CFF5ED
(207,245,237)
0 Favorites   0 Comments

Color spaces of #cff5ed

RGB 207245237
HSL0.460.660.89
HSV167°16°96°
CMYK 0.160.000.03   0.04
XYZ73.670684.684692.5837
Yxy84.68460.29360.3375
Hunter Lab92.0242-18.14314.7665
CIE-Lab93.7470-13.7559-0.2572

#cff5ed color RGB value is (207,245,237).

#cff5ed hex color red value is 207, green value is 245 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cff5ed hue: 0.46 , saturation: 0.66 and the lightness value of cff5ed is 0.89.

The process color (four color CMYK) of #cff5ed color hex is 0.16, 0.00, 0.03, 0.04. Web safe color of #cff5ed is #ccffff. Color #cff5ed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11110101 11101101
Octal 317 365 355
Decimal 207 245 237
Hex CF F5 ED

RGB Percentages of Color #cff5ed

%30.04
%35.56
%34.40

CMYK Percentages of Color #cff5ed

%16
%0
%3
%4

Triadic Colors of #cff5ed

#cff5ed #edcff5 #f5edcf

Analogous Colors of #cff5ed

#cff5ed #cfeaf5 #cff5da

Monochromatic Colors of #cff5ed

#cff5ed

Complementary Color

#cff5ed #f5cfd7

#cff5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cff5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cff5ed Color CSS Codes

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

#cff5ed Text Font Color

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

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


#cff5ed Background Color

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

This div background color is #cff5ed


#cff5ed Border Color

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

This div border color is #cff5ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cff5ed


Comments

No comments written yet.

Please login to write comment.