Color Hex Logo

#cffee5 Color Hex

#CFFEE5
(207,254,229)
0 Favorites   0 Comments

Color spaces of #cffee5

RGB 207254229
HSL0.410.960.90
HSV148°19°100°
CMYK 0.190.000.10   0.00
XYZ75.316889.806287.4934
Yxy89.80620.29810.3555
Hunter Lab94.7661-23.975211.5964
CIE-Lab95.9163-19.71047.0211

#cffee5 color RGB value is (207,254,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11111110 11100101
Octal 317 376 345
Decimal 207 254 229
Hex CF FE E5

RGB Percentages of Color #cffee5

%30.00
%36.81
%33.19

CMYK Percentages of Color #cffee5

%19
%0
%10
%0

Triadic Colors of #cffee5

#cffee5 #e5cffe #fee5cf

Analogous Colors of #cffee5

#cffee5 #cffefd #d1fecf

Monochromatic Colors of #cffee5

#cffee5

Complementary Color

#cffee5 #fecfe8

#cffee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cffee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cffee5 Color CSS Codes

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

#cffee5 Text Font Color

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

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


#cffee5 Background Color

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

This div background color is #cffee5


#cffee5 Border Color

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

This div border color is #cffee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cffee5


Comments

No comments written yet.

Please login to write comment.