Color Hex Logo

#cffee1 Color Hex

#CFFEE1
(207,254,225)
0 Favorites   0 Comments

Color spaces of #cffee1

RGB 207254225
HSL0.400.960.90
HSV143°19°100°
CMYK 0.190.000.11   0.00
XYZ74.764589.585384.5853
Yxy89.58530.30030.3599
Hunter Lab94.6495-24.637913.2690
CIE-Lab95.8245-20.44838.9461

#cffee1 color RGB value is (207,254,225).

#cffee1 hex color red value is 207, green value is 254 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #cffee1 hue: 0.40 , saturation: 0.96 and the lightness value of cffee1 is 0.90.

The process color (four color CMYK) of #cffee1 color hex is 0.19, 0.00, 0.11, 0.00. Web safe color of #cffee1 is #ccffcc. Color #cffee1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111110 11100001
Octal 317 376 341
Decimal 207 254 225
Hex CF FE E1

RGB Percentages of Color #cffee1

%30.17
%37.03
%32.80

CMYK Percentages of Color #cffee1

%19
%0
%11
%0

Triadic Colors of #cffee1

#cffee1 #e1cffe #fee1cf

Analogous Colors of #cffee1

#cffee1 #cffef9 #d5fecf

Monochromatic Colors of #cffee1

#cffee1

Complementary Color

#cffee1 #fecfec

#cffee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffee1 Color CSS Codes

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

#cffee1 Text Font Color

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

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


#cffee1 Background Color

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

This div background color is #cffee1


#cffee1 Border Color

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

This div border color is #cffee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffee1


Comments

No comments written yet.

Please login to write comment.