Color Hex Logo

#dae658 Color Hex

#DAE658
(218,230,88)
0 Favorites   0 Comments

Color spaces of #dae658

RGB 21823088
HSL0.180.740.62
HSV65°62°90°
CMYK 0.050.000.62   0.10
XYZ58.971772.203620.0611
Yxy72.20360.38990.4774
Hunter Lab84.9727-24.821945.4832
CIE-Lab88.0665-22.108965.6199

#dae658 color RGB value is (218,230,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100110 01011000
Octal 332 346 130
Decimal 218 230 88
Hex DA E6 58

RGB Percentages of Color #dae658

%40.67
%42.91
%16.42

CMYK Percentages of Color #dae658

%5
%0
%62
%10

Triadic Colors of #dae658

#dae658 #58dae6 #e658da

Analogous Colors of #dae658

#dae658 #93e658 #e6ab58

Monochromatic Colors of #dae658

#dae658

Complementary Color

#dae658 #6458e6

#dae658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae658 Color CSS Codes

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

#dae658 Text Font Color

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

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


#dae658 Background Color

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

This div background color is #dae658


#dae658 Border Color

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

This div border color is #dae658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae658


Comments

No comments written yet.

Please login to write comment.