Color Hex Logo

#dae946 Color Hex

#DAE946
(218,233,70)
0 Favorites   0 Comments

Color spaces of #dae946

RGB 21823370
HSL0.180.790.59
HSV66°70°91°
CMYK 0.060.000.70   0.09
XYZ59.157873.625416.8875
Yxy73.62540.39530.4919
Hunter Lab85.8052-27.093748.3947
CIE-Lab88.7451-24.586073.1388

#dae946 color RGB value is (218,233,70).

#dae946 hex color red value is 218, green value is 233 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #dae946 hue: 0.18 , saturation: 0.79 and the lightness value of dae946 is 0.59.

The process color (four color CMYK) of #dae946 color hex is 0.06, 0.00, 0.70, 0.09. Web safe color of #dae946 is #ccff33. Color #dae946 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101001 01000110
Octal 332 351 106
Decimal 218 233 70
Hex DA E9 46

RGB Percentages of Color #dae946

%41.84
%44.72
%13.44

CMYK Percentages of Color #dae946

%6
%0
%70
%9

Triadic Colors of #dae946

#dae946 #46dae9 #e946da

Analogous Colors of #dae946

#dae946 #89e946 #e9a746

Monochromatic Colors of #dae946

#dae946

Complementary Color

#dae946 #5546e9

#dae946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae946 Color CSS Codes

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

#dae946 Text Font Color

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

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


#dae946 Background Color

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

This div background color is #dae946


#dae946 Border Color

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

This div border color is #dae946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae946


Comments

No comments written yet.

Please login to write comment.