Color Hex Logo

#dae274 Color Hex

#DAE274
(218,226,116)
0 Favorites   0 Comments

Color spaces of #dae274

RGB 218226116
HSL0.180.650.67
HSV64°49°89°
CMYK 0.040.000.49   0.11
XYZ59.262270.559127.0188
Yxy70.55910.37790.4499
Hunter Lab83.9995-21.066139.7287
CIE-Lab87.2704-17.978252.3726

#dae274 color RGB value is (218,226,116).

#dae274 hex color red value is 218, green value is 226 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #dae274 hue: 0.18 , saturation: 0.65 and the lightness value of dae274 is 0.67.

The process color (four color CMYK) of #dae274 color hex is 0.04, 0.00, 0.49, 0.11. Web safe color of #dae274 is #cccc66. Color #dae274 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100010 01110100
Octal 332 342 164
Decimal 218 226 116
Hex DA E2 74

RGB Percentages of Color #dae274

%38.93
%40.36
%20.71

CMYK Percentages of Color #dae274

%4
%0
%49
%11

Triadic Colors of #dae274

#dae274 #74dae2 #e274da

Analogous Colors of #dae274

#dae274 #a3e274 #e2b374

Monochromatic Colors of #dae274

#dae274

Complementary Color

#dae274 #7c74e2

#dae274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae274 Color CSS Codes

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

#dae274 Text Font Color

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

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


#dae274 Background Color

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

This div background color is #dae274


#dae274 Border Color

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

This div border color is #dae274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae274


Comments

No comments written yet.

Please login to write comment.