Color Hex Logo

#dae618 Color Hex

#DAE618
(218,230,24)
0 Favorites   0 Comments

Color spaces of #dae618

RGB 21823024
HSL0.180.810.50
HSV63°90°90°
CMYK 0.050.000.90   0.10
XYZ57.375171.565011.6536
Yxy71.56500.40810.5090
Hunter Lab84.5961-26.980251.0497
CIE-Lab87.7588-24.666483.9368

#dae618 color RGB value is (218,230,24).

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

The process color (four color CMYK) of #dae618 color hex is 0.05, 0.00, 0.90, 0.10. Web safe color of #dae618 is #ccff00. Color #dae618 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100110 00011000
Octal 332 346 30
Decimal 218 230 24
Hex DA E6 18

RGB Percentages of Color #dae618

%46.19
%48.73
%5.08

CMYK Percentages of Color #dae618

%5
%0
%90
%10

Triadic Colors of #dae618

#dae618 #18dae6 #e618da

Analogous Colors of #dae618

#dae618 #73e618 #e68b18

Monochromatic Colors of #dae618

#dae618

Complementary Color

#dae618 #2418e6

#dae618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae618 Color CSS Codes

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

#dae618 Text Font Color

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

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


#dae618 Background Color

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

This div background color is #dae618


#dae618 Border Color

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

This div border color is #dae618


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae618


Comments

No comments written yet.

Please login to write comment.