color codes Logo

#dbe88c color codes

#DBE88C
(219,232,140)
0 Favorites   0 Comments

Color spaces of #dbe88c

RGB 219232140
HSL0.190.670.73
HSV68°40°91°
CMYK 0.060.000.40   0.09
XYZ62.803774.666735.9130
Yxy74.66670.36220.4306
Hunter Lab86.4099-21.481535.8453
CIE-Lab89.2366-18.108843.2576

#dbe88c color RGB value is (219,232,140).

#dbe88c hex color red value is 219, green value is 232 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dbe88c hue: 0.19 , saturation: 0.67 and the lightness value of dbe88c is 0.73.

The process color (four color CMYK) of #dbe88c color code is 0.06, 0.00, 0.40, 0.09. Web safe color of #dbe88c is #ccff99. Color #dbe88c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101000 10001100
Octal 333 350 214
Decimal 219 232 140
Hex DB E8 8C

RGB Percentages of Color #dbe88c

%37.06
%39.26
%23.69

CMYK Percentages of Color #dbe88c

%6
%0
%40
%9

Triadic Colors of #dbe88c

#dbe88c #8cdbe8 #e88cdb

Analogous Colors of #dbe88c

#dbe88c #ade88c #e8c78c

Monochromatic Colors of #dbe88c

#dbe88c

Complementary Color

#dbe88c #998ce8

#dbe88c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe88c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe88c Color CSS Codes

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

#dbe88c Text Font Color

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

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


#dbe88c Background Color

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

This div background color is #dbe88c


#dbe88c Border Color

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

This div border color is #dbe88c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe88c


Comments

No comments written yet.

Please login to write comment.