Color Hex Logo

#dae746 Color Hex

#DAE746
(218,231,70)
0 Favorites   0 Comments

Color spaces of #dae746

RGB 21823170
HSL0.180.770.59
HSV65°70°91°
CMYK 0.060.000.70   0.09
XYZ58.594872.499516.6999
Yxy72.49950.39650.4905
Hunter Lab85.1466-26.169547.9740
CIE-Lab88.2085-23.631372.6129

#dae746 color RGB value is (218,231,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100111 01000110
Octal 332 347 106
Decimal 218 231 70
Hex DA E7 46

RGB Percentages of Color #dae746

%42.00
%44.51
%13.49

CMYK Percentages of Color #dae746

%6
%0
%70
%9

Triadic Colors of #dae746

#dae746 #46dae7 #e746da

Analogous Colors of #dae746

#dae746 #8ae746 #e7a446

Monochromatic Colors of #dae746

#dae746

Complementary Color

#dae746 #5346e7

#dae746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae746 Color CSS Codes

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

#dae746 Text Font Color

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

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


#dae746 Background Color

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

This div background color is #dae746


#dae746 Border Color

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

This div border color is #dae746


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,231,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 #dae746">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae746


Comments

No comments written yet.

Please login to write comment.