Color Hex Logo

#dae812 Color Hex

#DAE812
(218,232,18)
0 Favorites   0 Comments

Color spaces of #dae812

RGB 21823218
HSL0.180.860.49
HSV64°92°91°
CMYK 0.060.000.92   0.09
XYZ57.879272.662311.5469
Yxy72.66230.40730.5114
Hunter Lab85.2422-27.972851.6381
CIE-Lab88.2864-25.706785.1372

#dae812 color RGB value is (218,232,18).

#dae812 hex color red value is 218, green value is 232 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #dae812 hue: 0.18 , saturation: 0.86 and the lightness value of dae812 is 0.49.

The process color (four color CMYK) of #dae812 color hex is 0.06, 0.00, 0.92, 0.09. Web safe color of #dae812 is #ccff00. Color #dae812 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101000 00010010
Octal 332 350 22
Decimal 218 232 18
Hex DA E8 12

RGB Percentages of Color #dae812

%46.58
%49.57
%3.85

CMYK Percentages of Color #dae812

%6
%0
%92
%9

Triadic Colors of #dae812

#dae812 #12dae8 #e812da

Analogous Colors of #dae812

#dae812 #6fe812 #e88b12

Monochromatic Colors of #dae812

#dae812

Complementary Color

#dae812 #2012e8

#dae812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae812 Color CSS Codes

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

#dae812 Text Font Color

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

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


#dae812 Background Color

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

This div background color is #dae812


#dae812 Border Color

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

This div border color is #dae812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae812


Comments

No comments written yet.

Please login to write comment.