Color Hex Logo

#dae910 Color Hex

#DAE910
(218,233,16)
0 Favorites   0 Comments

Color spaces of #dae910

RGB 21823316
HSL0.180.870.49
HSV64°93°91°
CMYK 0.060.000.93   0.09
XYZ58.145973.220711.5586
Yxy73.22070.40680.5123
Hunter Lab85.5691-28.451651.8895
CIE-Lab88.5529-26.205385.5646

#dae910 color RGB value is (218,233,16).

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

The process color (four color CMYK) of #dae910 color hex is 0.06, 0.00, 0.93, 0.09. Web safe color of #dae910 is #ccff00. Color #dae910 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101001 00010000
Octal 332 351 20
Decimal 218 233 16
Hex DA E9 10

RGB Percentages of Color #dae910

%46.68
%49.89
%3.43

CMYK Percentages of Color #dae910

%6
%0
%93
%9

Triadic Colors of #dae910

#dae910 #10dae9 #e910da

Analogous Colors of #dae910

#dae910 #6ee910 #e98c10

Monochromatic Colors of #dae910

#dae910

Complementary Color

#dae910 #1f10e9

#dae910 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae910 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae910 Color CSS Codes

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

#dae910 Text Font Color

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

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


#dae910 Background Color

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

This div background color is #dae910


#dae910 Border Color

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

This div border color is #dae910


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae910


Comments

No comments written yet.

Please login to write comment.