Color Hex Logo

#cffee3 Color Hex

#CFFEE3
(207,254,227)
0 Favorites   0 Comments

Color spaces of #cffee3

RGB 207254227
HSL0.400.960.90
HSV146°19°100°
CMYK 0.190.000.11   0.00
XYZ75.039189.695186.0309
Yxy89.69510.29920.3577
Hunter Lab94.7075-24.308112.4371
CIE-Lab95.8702-20.08077.9833

#cffee3 color RGB value is (207,254,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111110 11100011
Octal 317 376 343
Decimal 207 254 227
Hex CF FE E3

RGB Percentages of Color #cffee3

%30.09
%36.92
%32.99

CMYK Percentages of Color #cffee3

%19
%0
%11
%0

Triadic Colors of #cffee3

#cffee3 #e3cffe #fee3cf

Analogous Colors of #cffee3

#cffee3 #cffefb #d3fecf

Monochromatic Colors of #cffee3

#cffee3

Complementary Color

#cffee3 #fecfea

#cffee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffee3 Color CSS Codes

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

#cffee3 Text Font Color

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

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


#cffee3 Background Color

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

This div background color is #cffee3


#cffee3 Border Color

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

This div border color is #cffee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffee3


Comments

No comments written yet.

Please login to write comment.