Color Hex Logo

#dae67f Color Hex

#DAE67F
(218,230,127)
0 Favorites   0 Comments

Color spaces of #dae67f

RGB 218230127
HSL0.190.670.70
HSV67°45°90°
CMYK 0.050.000.45   0.10
XYZ61.041073.031430.9579
Yxy73.03140.36990.4425
Hunter Lab85.4584-22.053738.3427
CIE-Lab88.4627-18.885848.5956

#dae67f color RGB value is (218,230,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100110 01111111
Octal 332 346 177
Decimal 218 230 127
Hex DA E6 7F

RGB Percentages of Color #dae67f

%37.91
%40.00
%22.09

CMYK Percentages of Color #dae67f

%5
%0
%45
%10

Triadic Colors of #dae67f

#dae67f #7fdae6 #e67fda

Analogous Colors of #dae67f

#dae67f #a7e67f #e6bf7f

Monochromatic Colors of #dae67f

#dae67f

Complementary Color

#dae67f #8b7fe6

#dae67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae67f Color CSS Codes

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

#dae67f Text Font Color

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

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


#dae67f Background Color

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

This div background color is #dae67f


#dae67f Border Color

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

This div border color is #dae67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae67f


Comments

No comments written yet.

Please login to write comment.