Color Hex Logo

#dbea03 Color Hex

#DBEA03
(219,234,3)
0 Favorites   0 Comments

Color spaces of #dbea03

RGB 2192343
HSL0.180.970.46
HSV64°99°92°
CMYK 0.060.000.99   0.08
XYZ58.652773.912311.2613
Yxy73.91230.40780.5139
Hunter Lab85.9723-28.673752.4143
CIE-Lab88.8810-26.390186.9494

#dbea03 color RGB value is (219,234,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 00000011
Octal 333 352 3
Decimal 219 234 3
Hex DB EA 3

RGB Percentages of Color #dbea03

%48.03
%51.32
%0.66

CMYK Percentages of Color #dbea03

%6
%0
%99
%8

Triadic Colors of #dbea03

#dbea03 #03dbea #ea03db

Analogous Colors of #dbea03

#dbea03 #68ea03 #ea8603

Monochromatic Colors of #dbea03

#dbea03

Complementary Color

#dbea03 #1203ea

#dbea03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbea03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbea03 Color CSS Codes

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

#dbea03 Text Font Color

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

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


#dbea03 Background Color

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

This div background color is #dbea03


#dbea03 Border Color

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

This div border color is #dbea03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbea03


Comments

No comments written yet.

Please login to write comment.