Color Hex Logo

#daeb52 Color Hex

#DAEB52
(218,235,82)
0 Favorites   0 Comments

Color spaces of #daeb52

RGB 21823582
HSL0.190.790.62
HSV67°65°92°
CMYK 0.070.000.65   0.08
XYZ60.144874.931319.2759
Yxy74.93130.38970.4855
Hunter Lab86.5629-27.461347.3913
CIE-Lab89.3608-24.878669.3561

#daeb52 color RGB value is (218,235,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 01010010
Octal 332 353 122
Decimal 218 235 82
Hex DA EB 52

RGB Percentages of Color #daeb52

%40.75
%43.93
%15.33

CMYK Percentages of Color #daeb52

%7
%0
%65
%8

Triadic Colors of #daeb52

#daeb52 #52daeb #eb52da

Analogous Colors of #daeb52

#daeb52 #8eeb52 #ebb052

Monochromatic Colors of #daeb52

#daeb52

Complementary Color

#daeb52 #6352eb

#daeb52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeb52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeb52 Color CSS Codes

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

#daeb52 Text Font Color

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

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


#daeb52 Background Color

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

This div background color is #daeb52


#daeb52 Border Color

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

This div border color is #daeb52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeb52


Comments

No comments written yet.

Please login to write comment.