Color Hex Logo

#dae63e Color Hex

#DAE63E
(218,230,62)
0 Favorites   0 Comments

Color spaces of #dae63e

RGB 21823062
HSL0.180.770.57
HSV64°73°90°
CMYK 0.050.000.73   0.10
XYZ58.079871.846915.3641
Yxy71.84690.39970.4945
Hunter Lab84.7626-26.025248.5869
CIE-Lab87.8948-23.529975.0063

#dae63e color RGB value is (218,230,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100110 00111110
Octal 332 346 76
Decimal 218 230 62
Hex DA E6 3E

RGB Percentages of Color #dae63e

%42.75
%45.10
%12.16

CMYK Percentages of Color #dae63e

%5
%0
%73
%10

Triadic Colors of #dae63e

#dae63e #3edae6 #e63eda

Analogous Colors of #dae63e

#dae63e #86e63e #e69e3e

Monochromatic Colors of #dae63e

#dae63e

Complementary Color

#dae63e #4a3ee6

#dae63e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae63e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae63e Color CSS Codes

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

#dae63e Text Font Color

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

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


#dae63e Background Color

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

This div background color is #dae63e


#dae63e Border Color

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

This div border color is #dae63e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae63e


Comments

No comments written yet.

Please login to write comment.