Color Hex Logo

#dae830 Color Hex

#DAE830
(218,232,48)
0 Favorites   0 Comments

Color spaces of #dae830

RGB 21823248
HSL0.180.800.55
HSV65°79°91°
CMYK 0.060.000.79   0.09
XYZ58.303672.832113.7814
Yxy72.83210.40230.5026
Hunter Lab85.3417-27.400750.1648
CIE-Lab88.3676-25.023379.5270

#dae830 color RGB value is (218,232,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101000 00110000
Octal 332 350 60
Decimal 218 232 48
Hex DA E8 30

RGB Percentages of Color #dae830

%43.78
%46.59
%9.64

CMYK Percentages of Color #dae830

%6
%0
%79
%9

Triadic Colors of #dae830

#dae830 #30dae8 #e830da

Analogous Colors of #dae830

#dae830 #7ee830 #e89a30

Monochromatic Colors of #dae830

#dae830

Complementary Color

#dae830 #3e30e8

#dae830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae830 Color CSS Codes

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

#dae830 Text Font Color

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

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


#dae830 Background Color

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

This div background color is #dae830


#dae830 Border Color

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

This div border color is #dae830


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,232,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 #dae830">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae830


Comments

No comments written yet.

Please login to write comment.