Color Hex Logo

#cff9ed Color Hex

#CFF9ED
(207,249,237)
0 Favorites   0 Comments

Color spaces of #cff9ed

RGB 207249237
HSL0.450.780.89
HSV163°17°98°
CMYK 0.170.000.05   0.02
XYZ74.893987.131292.9914
Yxy87.13120.29370.3417
Hunter Lab93.3441-20.13416.2749
CIE-Lab94.7939-15.74001.2700

#cff9ed color RGB value is (207,249,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111001 11101101
Octal 317 371 355
Decimal 207 249 237
Hex CF F9 ED

RGB Percentages of Color #cff9ed

%29.87
%35.93
%34.20

CMYK Percentages of Color #cff9ed

%17
%0
%5
%2

Triadic Colors of #cff9ed

#cff9ed #edcff9 #f9edcf

Analogous Colors of #cff9ed

#cff9ed #cff0f9 #cff9d8

Monochromatic Colors of #cff9ed

#cff9ed

Complementary Color

#cff9ed #f9cfdb

#cff9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cff9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cff9ed Color CSS Codes

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

#cff9ed Text Font Color

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

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


#cff9ed Background Color

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

This div background color is #cff9ed


#cff9ed Border Color

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

This div border color is #cff9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cff9ed


Comments

No comments written yet.

Please login to write comment.