Color Hex Logo

#dbea65 Color Hex

#DBEA65
(219,234,101)
0 Favorites   0 Comments

Color spaces of #dbea65

RGB 219234101
HSL0.190.760.66
HSV67°57°92°
CMYK 0.060.000.57   0.08
XYZ60.985274.845323.5442
Yxy74.84530.38270.4696
Hunter Lab86.5132-25.569244.4237
CIE-Lab89.3205-22.714761.5437

#dbea65 color RGB value is (219,234,101).

#dbea65 hex color red value is 219, green value is 234 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #dbea65 hue: 0.19 , saturation: 0.76 and the lightness value of dbea65 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101010 01100101
Octal 333 352 145
Decimal 219 234 101
Hex DB EA 65

RGB Percentages of Color #dbea65

%39.53
%42.24
%18.23

CMYK Percentages of Color #dbea65

%6
%0
%57
%8

Triadic Colors of #dbea65

#dbea65 #65dbea #ea65db

Analogous Colors of #dbea65

#dbea65 #99ea65 #eab765

Monochromatic Colors of #dbea65

#dbea65

Complementary Color

#dbea65 #7465ea

#dbea65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbea65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbea65 Color CSS Codes

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

#dbea65 Text Font Color

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

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


#dbea65 Background Color

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

This div background color is #dbea65


#dbea65 Border Color

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

This div border color is #dbea65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbea65


Comments

No comments written yet.

Please login to write comment.