Color Hex Logo

#dae74d Color Hex

#DAE74D
(218,231,77)
0 Favorites   0 Comments

Color spaces of #dae74d

RGB 21823177
HSL0.180.760.60
HSV65°67°91°
CMYK 0.060.000.67   0.09
XYZ58.828972.593117.9324
Yxy72.59310.39390.4860
Hunter Lab85.2016-25.854447.1623
CIE-Lab88.2533-23.258670.1187

#dae74d color RGB value is (218,231,77).

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

The process color (four color CMYK) of #dae74d color hex is 0.06, 0.00, 0.67, 0.09. Web safe color of #dae74d is #ccff66. Color #dae74d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100111 01001101
Octal 332 347 115
Decimal 218 231 77
Hex DA E7 4D

RGB Percentages of Color #dae74d

%41.44
%43.92
%14.64

CMYK Percentages of Color #dae74d

%6
%0
%67
%9

Triadic Colors of #dae74d

#dae74d #4ddae7 #e74dda

Analogous Colors of #dae74d

#dae74d #8de74d #e7a74d

Monochromatic Colors of #dae74d

#dae74d

Complementary Color

#dae74d #5a4de7

#dae74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae74d Color CSS Codes

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

#dae74d Text Font Color

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

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


#dae74d Background Color

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

This div background color is #dae74d


#dae74d Border Color

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

This div border color is #dae74d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae74d


Comments

No comments written yet.

Please login to write comment.