Color Hex Logo

#dae67e Color Hex

#DAE67E
(218,230,126)
0 Favorites   0 Comments

Color spaces of #dae67e

RGB 218230126
HSL0.190.680.70
HSV67°45°90°
CMYK 0.050.000.45   0.10
XYZ60.976273.005430.6163
Yxy73.00540.37050.4435
Hunter Lab85.4432-22.139838.5652
CIE-Lab88.4503-18.985149.0597

#dae67e color RGB value is (218,230,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100110 01111110
Octal 332 346 176
Decimal 218 230 126
Hex DA E6 7E

RGB Percentages of Color #dae67e

%37.98
%40.07
%21.95

CMYK Percentages of Color #dae67e

%5
%0
%45
%10

Triadic Colors of #dae67e

#dae67e #7edae6 #e67eda

Analogous Colors of #dae67e

#dae67e #a6e67e #e6be7e

Monochromatic Colors of #dae67e

#dae67e

Complementary Color

#dae67e #8a7ee6

#dae67e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae67e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae67e Color CSS Codes

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

#dae67e Text Font Color

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

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


#dae67e Background Color

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

This div background color is #dae67e


#dae67e Border Color

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

This div border color is #dae67e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae67e


Comments

No comments written yet.

Please login to write comment.