Color Hex Logo

#dbce82 Color Hex

#DBCE82
(219,206,130)
0 Favorites   0 Comments

Color spaces of #dbce82

RGB 219206130
HSL0.140.550.68
HSV51°41°86°
CMYK 0.000.060.41   0.14
XYZ55.314060.814429.9421
Yxy60.81440.37870.4163
Hunter Lab77.9836-9.860731.8239
CIE-Lab82.2789-6.168039.3882

#dbce82 color RGB value is (219,206,130).

#dbce82 hex color red value is 219, green value is 206 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #dbce82 hue: 0.14 , saturation: 0.55 and the lightness value of dbce82 is 0.68.

The process color (four color CMYK) of #dbce82 color hex is 0.00, 0.06, 0.41, 0.14. Web safe color of #dbce82 is #cccc99. Color #dbce82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001110 10000010
Octal 333 316 202
Decimal 219 206 130
Hex DB CE 82

RGB Percentages of Color #dbce82

%39.46
%37.12
%23.42

CMYK Percentages of Color #dbce82

%0
%6
%41
%14

Triadic Colors of #dbce82

#dbce82 #82dbce #ce82db

Analogous Colors of #dbce82

#dbce82 #bcdb82 #dba282

Monochromatic Colors of #dbce82

#dbce82

Complementary Color

#dbce82 #828fdb

#dbce82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbce82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbce82 Color CSS Codes

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

#dbce82 Text Font Color

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

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


#dbce82 Background Color

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

This div background color is #dbce82


#dbce82 Border Color

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

This div border color is #dbce82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbce82


Comments

No comments written yet.

Please login to write comment.