Color Hex Logo

#dae115 Color Hex

#DAE115
(218,225,21)
0 Favorites   0 Comments

Color spaces of #dae115

RGB 21822521
HSL0.170.830.48
HSV62°91°88°
CMYK 0.030.000.91   0.12
XYZ55.974068.810011.0410
Yxy68.81000.41210.5066
Hunter Lab82.9518-24.717950.1747
CIE-Lab86.4099-22.320383.3050

#dae115 color RGB value is (218,225,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100001 00010101
Octal 332 341 25
Decimal 218 225 21
Hex DA E1 15

RGB Percentages of Color #dae115

%46.98
%48.49
%4.53

CMYK Percentages of Color #dae115

%3
%0
%91
%12

Triadic Colors of #dae115

#dae115 #15dae1 #e115da

Analogous Colors of #dae115

#dae115 #74e115 #e18215

Monochromatic Colors of #dae115

#dae115

Complementary Color

#dae115 #1c15e1

#dae115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae115 Color CSS Codes

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

#dae115 Text Font Color

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

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


#dae115 Background Color

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

This div background color is #dae115


#dae115 Border Color

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

This div border color is #dae115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae115


Comments

No comments written yet.

Please login to write comment.