Color Hex Logo

#dbea14 Color Hex

#DBEA14
(219,234,20)
0 Favorites   0 Comments

Color spaces of #dbea14

RGB 21923420
HSL0.180.840.50
HSV64°91°92°
CMYK 0.060.000.91   0.08
XYZ58.762573.956211.8397
Yxy73.95620.40650.5116
Hunter Lab85.9978-28.526652.0357
CIE-Lab88.9018-26.214185.4047

#dbea14 color RGB value is (219,234,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 00010100
Octal 333 352 24
Decimal 219 234 20
Hex DB EA 14

RGB Percentages of Color #dbea14

%46.30
%49.47
%4.23

CMYK Percentages of Color #dbea14

%6
%0
%91
%8

Triadic Colors of #dbea14

#dbea14 #14dbea #ea14db

Analogous Colors of #dbea14

#dbea14 #70ea14 #ea8e14

Monochromatic Colors of #dbea14

#dbea14

Complementary Color

#dbea14 #2314ea

#dbea14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbea14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbea14 Color CSS Codes

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

#dbea14 Text Font Color

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

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


#dbea14 Background Color

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

This div background color is #dbea14


#dbea14 Border Color

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

This div border color is #dbea14


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,234,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 #dbea14">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbea14


Comments

No comments written yet.

Please login to write comment.