Color Hex Logo

#dae653 Color Hex

#DAE653
(218,230,83)
0 Favorites   0 Comments

Color spaces of #dae653

RGB 21823083
HSL0.180.750.61
HSV65°64°90°
CMYK 0.050.000.64   0.10
XYZ58.771672.123619.0073
Yxy72.12360.39210.4811
Hunter Lab84.9256-25.091446.1782
CIE-Lab88.0280-22.426167.5823

#dae653 color RGB value is (218,230,83).

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

The process color (four color CMYK) of #dae653 color hex is 0.05, 0.00, 0.64, 0.10. Web safe color of #dae653 is #ccff66. Color #dae653 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100110 01010011
Octal 332 346 123
Decimal 218 230 83
Hex DA E6 53

RGB Percentages of Color #dae653

%41.05
%43.31
%15.63

CMYK Percentages of Color #dae653

%5
%0
%64
%10

Triadic Colors of #dae653

#dae653 #53dae6 #e653da

Analogous Colors of #dae653

#dae653 #91e653 #e6a953

Monochromatic Colors of #dae653

#dae653

Complementary Color

#dae653 #5f53e6

#dae653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae653 Color CSS Codes

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

#dae653 Text Font Color

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

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


#dae653 Background Color

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

This div background color is #dae653


#dae653 Border Color

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

This div border color is #dae653


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,230,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae653


Comments

No comments written yet.

Please login to write comment.