Color Hex Logo

#dbe481 Color Hex

#DBE481
(219,228,129)
0 Favorites   0 Comments

Color spaces of #dbe481

RGB 219228129
HSL0.180.650.70
HSV65°43°89°
CMYK 0.040.000.43   0.11
XYZ60.919372.131931.4809
Yxy72.13190.37030.4384
Hunter Lab84.9305-20.593237.4745
CIE-Lab88.0320-17.316547.1166

#dbe481 color RGB value is (219,228,129).

#dbe481 hex color red value is 219, green value is 228 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #dbe481 hue: 0.18 , saturation: 0.65 and the lightness value of dbe481 is 0.70.

The process color (four color CMYK) of #dbe481 color hex is 0.04, 0.00, 0.43, 0.11. Web safe color of #dbe481 is #cccc99. Color #dbe481 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100100 10000001
Octal 333 344 201
Decimal 219 228 129
Hex DB E4 81

RGB Percentages of Color #dbe481

%38.02
%39.58
%22.40

CMYK Percentages of Color #dbe481

%4
%0
%43
%11

Triadic Colors of #dbe481

#dbe481 #81dbe4 #e481db

Analogous Colors of #dbe481

#dbe481 #aae481 #e4bc81

Monochromatic Colors of #dbe481

#dbe481

Complementary Color

#dbe481 #8a81e4

#dbe481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe481 Color CSS Codes

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

#dbe481 Text Font Color

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

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


#dbe481 Background Color

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

This div background color is #dbe481


#dbe481 Border Color

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

This div border color is #dbe481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe481


Comments

No comments written yet.

Please login to write comment.