Color Hex Logo

#dceb18 Color Hex

#DCEB18
(220,235,24)
0 Favorites   0 Comments

Color spaces of #dceb18

RGB 22023524
HSL0.180.840.51
HSV64°90°92°
CMYK 0.060.000.90   0.08
XYZ59.388474.698312.1523
Yxy74.69830.40610.5108
Hunter Lab86.4282-28.594552.1632
CIE-Lab89.2515-26.214585.1748

#dceb18 color RGB value is (220,235,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 00011000
Octal 334 353 30
Decimal 220 235 24
Hex DC EB 18

RGB Percentages of Color #dceb18

%45.93
%49.06
%5.01

CMYK Percentages of Color #dceb18

%6
%0
%90
%8

Triadic Colors of #dceb18

#dceb18 #18dceb #eb18dc

Analogous Colors of #dceb18

#dceb18 #73eb18 #eb9118

Monochromatic Colors of #dceb18

#dceb18

Complementary Color

#dceb18 #2718eb

#dceb18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceb18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceb18 Color CSS Codes

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

#dceb18 Text Font Color

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

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


#dceb18 Background Color

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

This div background color is #dceb18


#dceb18 Border Color

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

This div border color is #dceb18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceb18


Comments

No comments written yet.

Please login to write comment.