Color Hex Logo

#dae113 Color Hex

#DAE113
(218,225,19)
0 Favorites   0 Comments

Color spaces of #dae113

RGB 21822519
HSL0.170.840.48
HSV62°92°88°
CMYK 0.030.000.92   0.12
XYZ55.956268.802910.9472
Yxy68.80290.41230.5070
Hunter Lab82.9475-24.742550.2383
CIE-Lab86.4064-22.349583.5638

#dae113 color RGB value is (218,225,19).

#dae113 hex color red value is 218, green value is 225 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #dae113 hue: 0.17 , saturation: 0.84 and the lightness value of dae113 is 0.48.

The process color (four color CMYK) of #dae113 color hex is 0.03, 0.00, 0.92, 0.12. Web safe color of #dae113 is #cccc00. Color #dae113 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100001 00010011
Octal 332 341 23
Decimal 218 225 19
Hex DA E1 13

RGB Percentages of Color #dae113

%47.19
%48.70
%4.11

CMYK Percentages of Color #dae113

%3
%0
%92
%12

Triadic Colors of #dae113

#dae113 #13dae1 #e113da

Analogous Colors of #dae113

#dae113 #73e113 #e18113

Monochromatic Colors of #dae113

#dae113

Complementary Color

#dae113 #1a13e1

#dae113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae113 Color CSS Codes

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

#dae113 Text Font Color

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

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


#dae113 Background Color

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

This div background color is #dae113


#dae113 Border Color

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

This div border color is #dae113


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae113


Comments

No comments written yet.

Please login to write comment.