Color Hex Logo

#dae673 Color Hex

#DAE673
(218,230,115)
0 Favorites   0 Comments

Color spaces of #dae673

RGB 218230115
HSL0.180.700.68
HSV66°50°90°
CMYK 0.050.000.50   0.10
XYZ60.304872.736927.0809
Yxy72.73690.37660.4543
Hunter Lab85.2859-23.034940.8738
CIE-Lab88.3221-20.021154.0897

#dae673 color RGB value is (218,230,115).

#dae673 hex color red value is 218, green value is 230 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #dae673 hue: 0.18 , saturation: 0.70 and the lightness value of dae673 is 0.68.

The process color (four color CMYK) of #dae673 color hex is 0.05, 0.00, 0.50, 0.10. Web safe color of #dae673 is #ccff66. Color #dae673 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100110 01110011
Octal 332 346 163
Decimal 218 230 115
Hex DA E6 73

RGB Percentages of Color #dae673

%38.72
%40.85
%20.43

CMYK Percentages of Color #dae673

%5
%0
%50
%10

Triadic Colors of #dae673

#dae673 #73dae6 #e673da

Analogous Colors of #dae673

#dae673 #a1e673 #e6b973

Monochromatic Colors of #dae673

#dae673

Complementary Color

#dae673 #7f73e6

#dae673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae673 Color CSS Codes

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

#dae673 Text Font Color

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

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


#dae673 Background Color

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

This div background color is #dae673


#dae673 Border Color

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

This div border color is #dae673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae673


Comments

No comments written yet.

Please login to write comment.