Color Hex Logo

#dceb2f Color Hex

#DCEB2F
(220,235,47)
0 Favorites   0 Comments

Color spaces of #dceb2f

RGB 22023547
HSL0.180.820.55
HSV65°80°92°
CMYK 0.060.000.80   0.08
XYZ59.736674.837513.9860
Yxy74.83750.40210.5038
Hunter Lab86.5087-28.131050.9706
CIE-Lab89.3168-25.662480.6691

#dceb2f color RGB value is (220,235,47).

#dceb2f hex color red value is 220, green value is 235 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #dceb2f hue: 0.18 , saturation: 0.82 and the lightness value of dceb2f is 0.55.

The process color (four color CMYK) of #dceb2f color hex is 0.06, 0.00, 0.80, 0.08. Web safe color of #dceb2f is #ccff33. Color #dceb2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 00101111
Octal 334 353 57
Decimal 220 235 47
Hex DC EB 2F

RGB Percentages of Color #dceb2f

%43.82
%46.81
%9.36

CMYK Percentages of Color #dceb2f

%6
%0
%80
%8

Triadic Colors of #dceb2f

#dceb2f #2fdceb #eb2fdc

Analogous Colors of #dceb2f

#dceb2f #7eeb2f #eb9c2f

Monochromatic Colors of #dceb2f

#dceb2f

Complementary Color

#dceb2f #3e2feb

#dceb2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceb2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceb2f Color CSS Codes

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

#dceb2f Text Font Color

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

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


#dceb2f Background Color

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

This div background color is #dceb2f


#dceb2f Border Color

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

This div border color is #dceb2f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,235,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dceb2f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dceb2f;
  -webkit-box-shadow: 1px 1px 3px 2px #dceb2f;
  box-shadow:         1px 1px 3px 2px #dceb2f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,235,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceb2f


Comments

No comments written yet.

Please login to write comment.