Color Hex Logo

#dae752 Color Hex

#DAE752
(218,231,82)
0 Favorites   0 Comments

Color spaces of #dae752

RGB 21823182
HSL0.180.760.61
HSV65°65°91°
CMYK 0.060.000.65   0.09
XYZ59.012372.666518.8984
Yxy72.66650.39190.4826
Hunter Lab85.2446-25.608046.5269
CIE-Lab88.2884-22.967668.2451

#dae752 color RGB value is (218,231,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100111 01010010
Octal 332 347 122
Decimal 218 231 82
Hex DA E7 52

RGB Percentages of Color #dae752

%41.05
%43.50
%15.44

CMYK Percentages of Color #dae752

%6
%0
%65
%9

Triadic Colors of #dae752

#dae752 #52dae7 #e752da

Analogous Colors of #dae752

#dae752 #90e752 #e7aa52

Monochromatic Colors of #dae752

#dae752

Complementary Color

#dae752 #5f52e7

#dae752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae752 Color CSS Codes

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

#dae752 Text Font Color

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

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


#dae752 Background Color

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

This div background color is #dae752


#dae752 Border Color

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

This div border color is #dae752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae752


Comments

No comments written yet.

Please login to write comment.