Color Hex Logo

#dbea54 Color Hex

#DBEA54
(219,234,84)
0 Favorites   0 Comments

Color spaces of #dbea54

RGB 21923484
HSL0.180.780.62
HSV66°64°92°
CMYK 0.060.000.64   0.08
XYZ60.236574.545819.6015
Yxy74.54580.39020.4829
Hunter Lab86.3399-26.561346.9775
CIE-Lab89.1798-23.880468.4153

#dbea54 color RGB value is (219,234,84).

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

The process color (four color CMYK) of #dbea54 color hex is 0.06, 0.00, 0.64, 0.08. Web safe color of #dbea54 is #ccff66. Color #dbea54 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 01010100
Octal 333 352 124
Decimal 219 234 84
Hex DB EA 54

RGB Percentages of Color #dbea54

%40.78
%43.58
%15.64

CMYK Percentages of Color #dbea54

%6
%0
%64
%8

Triadic Colors of #dbea54

#dbea54 #54dbea #ea54db

Analogous Colors of #dbea54

#dbea54 #90ea54 #eaae54

Monochromatic Colors of #dbea54

#dbea54

Complementary Color

#dbea54 #6354ea

#dbea54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbea54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbea54 Color CSS Codes

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

#dbea54 Text Font Color

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

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


#dbea54 Background Color

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

This div background color is #dbea54


#dbea54 Border Color

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

This div border color is #dbea54


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,234,84, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbea54


Comments

No comments written yet.

Please login to write comment.