Color Hex Logo

#decafe Color Hex

#DECAFE
(222,202,254)
3 Favorites   2 Comments

Color spaces of #decafe

RGB 222202254
HSL0.730.960.89
HSV263°20°100°
CMYK 0.130.200.00   0.00
XYZ69.134164.9264102.6542
Yxy64.92640.29210.2743
Hunter Lab80.576912.1414-19.1310
CIE-Lab84.445816.7078-22.9287

#decafe color RGB value is (222,202,254).

#decafe hex color red value is 222, green value is 202 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #decafe hue: 0.73 , saturation: 0.96 and the lightness value of decafe is 0.89.

The process color (four color CMYK) of #decafe color hex is 0.13, 0.20, 0.00, 0.00. Web safe color of #decafe is #ccccff. Color #decafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11001010 11111110
Octal 336 312 376
Decimal 222 202 254
Hex DE CA FE

RGB Percentages of Color #decafe

%32.74
%29.79
%37.46

CMYK Percentages of Color #decafe

%13
%20
%0
%0

Triadic Colors of #decafe

#decafe #fedeca #cafede

Analogous Colors of #decafe

#decafe #f8cafe #cad0fe

Monochromatic Colors of #decafe

#decafe

Complementary Color

#decafe #eafeca

#decafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#decafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#decafe Color CSS Codes

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

#decafe Text Font Color

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

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


#decafe Background Color

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

This div background color is #decafe


#decafe Border Color

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

This div border color is #decafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #decafe


Comments

16 Sep 2022, 3:40 Moose_elk

with an e at the end?

6 Mar 2019, 15:03 xetracy

this is how I like my coffee

Please login to write comment.