Color Hex Logo

#dae365 Color Hex

#DAE365
(218,227,101)
0 Favorites   0 Comments

Color spaces of #dae365

RGB 218227101
HSL0.180.690.64
HSV64°56°89°
CMYK 0.040.000.56   0.11
XYZ58.731570.783222.8790
Yxy70.78320.38540.4645
Hunter Lab84.1328-22.624842.7696
CIE-Lab87.3796-19.727859.3387

#dae365 color RGB value is (218,227,101).

#dae365 hex color red value is 218, green value is 227 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #dae365 hue: 0.18 , saturation: 0.69 and the lightness value of dae365 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100011 01100101
Octal 332 343 145
Decimal 218 227 101
Hex DA E3 65

RGB Percentages of Color #dae365

%39.93
%41.58
%18.50

CMYK Percentages of Color #dae365

%4
%0
%56
%11

Triadic Colors of #dae365

#dae365 #65dae3 #e365da

Analogous Colors of #dae365

#dae365 #9be365 #e3ad65

Monochromatic Colors of #dae365

#dae365

Complementary Color

#dae365 #6e65e3

#dae365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae365 Color CSS Codes

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

#dae365 Text Font Color

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

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


#dae365 Background Color

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

This div background color is #dae365


#dae365 Border Color

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

This div border color is #dae365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae365


Comments

No comments written yet.

Please login to write comment.