Color Hex Logo

#dbe366 Color Hex

#DBE366
(219,227,102)
0 Favorites   0 Comments

Color spaces of #dbe366

RGB 219227102
HSL0.180.690.65
HSV64°55°89°
CMYK 0.040.000.55   0.11
XYZ59.080870.957523.1527
Yxy70.95750.38570.4632
Hunter Lab84.2363-22.218942.6693
CIE-Lab87.4644-19.250759.0126

#dbe366 color RGB value is (219,227,102).

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

The process color (four color CMYK) of #dbe366 color hex is 0.04, 0.00, 0.55, 0.11. Web safe color of #dbe366 is #cccc66. Color #dbe366 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100011 01100110
Octal 333 343 146
Decimal 219 227 102
Hex DB E3 66

RGB Percentages of Color #dbe366

%39.96
%41.42
%18.61

CMYK Percentages of Color #dbe366

%4
%0
%55
%11

Triadic Colors of #dbe366

#dbe366 #66dbe3 #e366db

Analogous Colors of #dbe366

#dbe366 #9de366 #e3ad66

Monochromatic Colors of #dbe366

#dbe366

Complementary Color

#dbe366 #6e66e3

#dbe366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe366 Color CSS Codes

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

#dbe366 Text Font Color

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

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


#dbe366 Background Color

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

This div background color is #dbe366


#dbe366 Border Color

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

This div border color is #dbe366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe366


Comments

No comments written yet.

Please login to write comment.