Color Hex Logo

#de684b Color Hex

#DE684B
(222,104,75)
0 Favorites   0 Comments

Color spaces of #de684b

RGB 22210475
HSL0.030.690.58
HSV12°66°87°
CMYK 0.000.530.66   0.13
XYZ36.344525.93829.7476
Yxy25.93820.50460.3601
Hunter Lab50.929638.255024.3030
CIE-Lab57.978344.041638.0792

#de684b color RGB value is (222,104,75).

#de684b hex color red value is 222, green value is 104 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #de684b hue: 0.03 , saturation: 0.69 and the lightness value of de684b is 0.58.

The process color (four color CMYK) of #de684b color hex is 0.00, 0.53, 0.66, 0.13. Web safe color of #de684b is #cc6633. Color #de684b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101000 01001011
Octal 336 150 113
Decimal 222 104 75
Hex DE 68 4B

RGB Percentages of Color #de684b

%55.36
%25.94
%18.70

CMYK Percentages of Color #de684b

%0
%53
%66
%13

Triadic Colors of #de684b

#de684b #4bde68 #684bde

Analogous Colors of #de684b

#de684b #deb24b #de4b78

Monochromatic Colors of #de684b

#de684b

Complementary Color

#de684b #4bc1de

#de684b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de684b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de684b Color CSS Codes

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

#de684b Text Font Color

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

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


#de684b Background Color

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

This div background color is #de684b


#de684b Border Color

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

This div border color is #de684b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de684b


Comments

No comments written yet.

Please login to write comment.