Color Hex Logo

#dec755 Color Hex

#DEC755
(222,199,85)
0 Favorites   0 Comments

Color spaces of #dec755

RGB 22219985
HSL0.140.670.60
HSV50°62°87°
CMYK 0.000.100.62   0.13
XYZ52.187357.032316.8521
Yxy57.03230.41390.4524
Hunter Lab75.5197-8.808639.6334
CIE-Lab80.1978-5.216358.4771

#dec755 color RGB value is (222,199,85).

#dec755 hex color red value is 222, green value is 199 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #dec755 hue: 0.14 , saturation: 0.67 and the lightness value of dec755 is 0.60.

The process color (four color CMYK) of #dec755 color hex is 0.00, 0.10, 0.62, 0.13. Web safe color of #dec755 is #cccc66. Color #dec755 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11000111 01010101
Octal 336 307 125
Decimal 222 199 85
Hex DE C7 55

RGB Percentages of Color #dec755

%43.87
%39.33
%16.80

CMYK Percentages of Color #dec755

%0
%10
%62
%13

Triadic Colors of #dec755

#dec755 #55dec7 #c755de

Analogous Colors of #dec755

#dec755 #b1de55 #de8355

Monochromatic Colors of #dec755

#dec755

Complementary Color

#dec755 #556cde

#dec755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dec755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dec755 Color CSS Codes

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

#dec755 Text Font Color

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

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


#dec755 Background Color

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

This div background color is #dec755


#dec755 Border Color

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

This div border color is #dec755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dec755


Comments

No comments written yet.

Please login to write comment.