Color Hex Logo

#dae930 Color Hex

#DAE930
(218,233,48)
0 Favorites   0 Comments

Color spaces of #dae930

RGB 21823348
HSL0.180.810.55
HSV65°79°91°
CMYK 0.060.000.79   0.09
XYZ58.585973.396713.8755
Yxy73.39670.40170.5032
Hunter Lab85.6719-27.860250.3676
CIE-Lab88.6366-25.498179.7627

#dae930 color RGB value is (218,233,48).

#dae930 hex color red value is 218, green value is 233 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #dae930 hue: 0.18 , saturation: 0.81 and the lightness value of dae930 is 0.55.

The process color (four color CMYK) of #dae930 color hex is 0.06, 0.00, 0.79, 0.09. Web safe color of #dae930 is #ccff33. Color #dae930 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101001 00110000
Octal 332 351 60
Decimal 218 233 48
Hex DA E9 30

RGB Percentages of Color #dae930

%43.69
%46.69
%9.62

CMYK Percentages of Color #dae930

%6
%0
%79
%9

Triadic Colors of #dae930

#dae930 #30dae9 #e930da

Analogous Colors of #dae930

#dae930 #7ee930 #e99c30

Monochromatic Colors of #dae930

#dae930

Complementary Color

#dae930 #3f30e9

#dae930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae930 Color CSS Codes

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

#dae930 Text Font Color

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

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


#dae930 Background Color

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

This div background color is #dae930


#dae930 Border Color

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

This div border color is #dae930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae930


Comments

No comments written yet.

Please login to write comment.