Color Hex Logo

#dae67d Color Hex

#DAE67D
(218,230,125)
0 Favorites   0 Comments

Color spaces of #dae67d

RGB 218230125
HSL0.190.680.70
HSV67°46°90°
CMYK 0.050.000.46   0.10
XYZ60.911972.979730.2781
Yxy72.97970.37100.4445
Hunter Lab85.4282-22.225438.7857
CIE-Lab88.4380-19.083949.5228

#dae67d color RGB value is (218,230,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100110 01111101
Octal 332 346 175
Decimal 218 230 125
Hex DA E6 7D

RGB Percentages of Color #dae67d

%38.05
%40.14
%21.82

CMYK Percentages of Color #dae67d

%5
%0
%46
%10

Triadic Colors of #dae67d

#dae67d #7ddae6 #e67dda

Analogous Colors of #dae67d

#dae67d #a6e67d #e6be7d

Monochromatic Colors of #dae67d

#dae67d

Complementary Color

#dae67d #897de6

#dae67d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae67d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae67d Color CSS Codes

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

#dae67d Text Font Color

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

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


#dae67d Background Color

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

This div background color is #dae67d


#dae67d Border Color

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

This div border color is #dae67d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae67d


Comments

No comments written yet.

Please login to write comment.