Color Hex Logo

#dae645 Color Hex

#DAE645
(218,230,69)
0 Favorites   0 Comments

Color spaces of #dae645

RGB 21823069
HSL0.180.760.59
HSV64°70°90°
CMYK 0.050.000.70   0.10
XYZ58.284471.928716.4419
Yxy71.92870.39740.4905
Hunter Lab84.8108-25.748647.8733
CIE-Lab87.9343-23.202172.6943

#dae645 color RGB value is (218,230,69).

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

The process color (four color CMYK) of #dae645 color hex is 0.05, 0.00, 0.70, 0.10. Web safe color of #dae645 is #ccff33. Color #dae645 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100110 01000101
Octal 332 346 105
Decimal 218 230 69
Hex DA E6 45

RGB Percentages of Color #dae645

%42.17
%44.49
%13.35

CMYK Percentages of Color #dae645

%5
%0
%70
%10

Triadic Colors of #dae645

#dae645 #45dae6 #e645da

Analogous Colors of #dae645

#dae645 #8ae645 #e6a245

Monochromatic Colors of #dae645

#dae645

Complementary Color

#dae645 #5145e6

#dae645 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae645 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae645 Color CSS Codes

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

#dae645 Text Font Color

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

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


#dae645 Background Color

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

This div background color is #dae645


#dae645 Border Color

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

This div border color is #dae645


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae645


Comments

No comments written yet.

Please login to write comment.