Color Hex Logo

#dceb14 Color Hex

#DCEB14
(220,235,20)
0 Favorites   0 Comments

Color spaces of #dceb14

RGB 22023520
HSL0.180.840.50
HSV64°91°92°
CMYK 0.060.000.91   0.08
XYZ59.349874.682811.9490
Yxy74.68280.40660.5116
Hunter Lab86.4192-28.645852.2955
CIE-Lab89.2442-26.275885.7022

#dceb14 color RGB value is (220,235,20).

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

The process color (four color CMYK) of #dceb14 color hex is 0.06, 0.00, 0.91, 0.08. Web safe color of #dceb14 is #ccff00. Color #dceb14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 00010100
Octal 334 353 24
Decimal 220 235 20
Hex DC EB 14

RGB Percentages of Color #dceb14

%46.32
%49.47
%4.21

CMYK Percentages of Color #dceb14

%6
%0
%91
%8

Triadic Colors of #dceb14

#dceb14 #14dceb #eb14dc

Analogous Colors of #dceb14

#dceb14 #71eb14 #eb8f14

Monochromatic Colors of #dceb14

#dceb14

Complementary Color

#dceb14 #2314eb

#dceb14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceb14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceb14 Color CSS Codes

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

#dceb14 Text Font Color

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

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


#dceb14 Background Color

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

This div background color is #dceb14


#dceb14 Border Color

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

This div border color is #dceb14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceb14


Comments

No comments written yet.

Please login to write comment.