Color Hex Logo

#dbec52 Color Hex

#DBEC52
(219,236,82)
0 Favorites   0 Comments

Color spaces of #dbec52

RGB 21923682
HSL0.190.800.62
HSV67°65°93°
CMYK 0.070.000.65   0.07
XYZ60.731975.660219.3856
Yxy75.66020.38990.4857
Hunter Lab86.9829-27.590447.6742
CIE-Lab89.7013-24.954269.7306

#dbec52 color RGB value is (219,236,82).

#dbec52 hex color red value is 219, green value is 236 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #dbec52 hue: 0.19 , saturation: 0.80 and the lightness value of dbec52 is 0.62.

The process color (four color CMYK) of #dbec52 color hex is 0.07, 0.00, 0.65, 0.07. Web safe color of #dbec52 is #ccff66. Color #dbec52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 01010010
Octal 333 354 122
Decimal 219 236 82
Hex DB EC 52

RGB Percentages of Color #dbec52

%40.78
%43.95
%15.27

CMYK Percentages of Color #dbec52

%7
%0
%65
%7

Triadic Colors of #dbec52

#dbec52 #52dbec #ec52db

Analogous Colors of #dbec52

#dbec52 #8eec52 #ecb052

Monochromatic Colors of #dbec52

#dbec52

Complementary Color

#dbec52 #6352ec

#dbec52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbec52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbec52 Color CSS Codes

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

#dbec52 Text Font Color

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

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


#dbec52 Background Color

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

This div background color is #dbec52


#dbec52 Border Color

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

This div border color is #dbec52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbec52


Comments

No comments written yet.

Please login to write comment.