Color Hex Logo

#dbe752 Color Hex

#DBE752
(219,231,82)
0 Favorites   0 Comments

Color spaces of #dbe752

RGB 21923182
HSL0.180.760.61
HSV65°65°91°
CMYK 0.050.000.65   0.09
XYZ59.312372.821118.9124
Yxy72.82110.39270.4821
Hunter Lab85.3353-25.270346.5946
CIE-Lab88.3623-22.564668.3450

#dbe752 color RGB value is (219,231,82).

#dbe752 hex color red value is 219, green value is 231 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #dbe752 hue: 0.18 , saturation: 0.76 and the lightness value of dbe752 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100111 01010010
Octal 333 347 122
Decimal 219 231 82
Hex DB E7 52

RGB Percentages of Color #dbe752

%41.17
%43.42
%15.41

CMYK Percentages of Color #dbe752

%5
%0
%65
%9

Triadic Colors of #dbe752

#dbe752 #52dbe7 #e752db

Analogous Colors of #dbe752

#dbe752 #91e752 #e7a952

Monochromatic Colors of #dbe752

#dbe752

Complementary Color

#dbe752 #5e52e7

#dbe752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe752 Color CSS Codes

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

#dbe752 Text Font Color

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

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


#dbe752 Background Color

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

This div background color is #dbe752


#dbe752 Border Color

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

This div border color is #dbe752


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,231,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 #dbe752">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe752


Comments

No comments written yet.

Please login to write comment.