Color Hex Logo

#dae638 Color Hex

#DAE638
(218,230,56)
0 Favorites   0 Comments

Color spaces of #dae638

RGB 21823056
HSL0.180.780.56
HSV64°76°90°
CMYK 0.050.000.76   0.10
XYZ57.924171.784614.5443
Yxy71.78460.40150.4976
Hunter Lab84.7258-26.235849.1301
CIE-Lab87.8648-23.779976.8404

#dae638 color RGB value is (218,230,56).

#dae638 hex color red value is 218, green value is 230 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #dae638 hue: 0.18 , saturation: 0.78 and the lightness value of dae638 is 0.56.

The process color (four color CMYK) of #dae638 color hex is 0.05, 0.00, 0.76, 0.10. Web safe color of #dae638 is #ccff33. Color #dae638 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100110 00111000
Octal 332 346 70
Decimal 218 230 56
Hex DA E6 38

RGB Percentages of Color #dae638

%43.25
%45.63
%11.11

CMYK Percentages of Color #dae638

%5
%0
%76
%10

Triadic Colors of #dae638

#dae638 #38dae6 #e638da

Analogous Colors of #dae638

#dae638 #83e638 #e69b38

Monochromatic Colors of #dae638

#dae638

Complementary Color

#dae638 #4438e6

#dae638 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae638 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae638 Color CSS Codes

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

#dae638 Text Font Color

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

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


#dae638 Background Color

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

This div background color is #dae638


#dae638 Border Color

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

This div border color is #dae638


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae638


Comments

No comments written yet.

Please login to write comment.