Color Hex Logo

#dae963 Color Hex

#DAE963
(218,233,99)
0 Favorites   0 Comments

Color spaces of #dae963

RGB 21823399
HSL0.190.750.65
HSV67°58°91°
CMYK 0.060.000.58   0.09
XYZ60.304574.084122.9257
Yxy74.08410.38330.4709
Hunter Lab86.0721-25.564244.4583
CIE-Lab88.9622-22.781061.9865

#dae963 color RGB value is (218,233,99).

#dae963 hex color red value is 218, green value is 233 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #dae963 hue: 0.19 , saturation: 0.75 and the lightness value of dae963 is 0.65.

The process color (four color CMYK) of #dae963 color hex is 0.06, 0.00, 0.58, 0.09. Web safe color of #dae963 is #ccff66. Color #dae963 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101001 01100011
Octal 332 351 143
Decimal 218 233 99
Hex DA E9 63

RGB Percentages of Color #dae963

%39.64
%42.36
%18.00

CMYK Percentages of Color #dae963

%6
%0
%58
%9

Triadic Colors of #dae963

#dae963 #63dae9 #e963da

Analogous Colors of #dae963

#dae963 #97e963 #e9b563

Monochromatic Colors of #dae963

#dae963

Complementary Color

#dae963 #7263e9

#dae963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae963 Color CSS Codes

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

#dae963 Text Font Color

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

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


#dae963 Background Color

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

This div background color is #dae963


#dae963 Border Color

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

This div border color is #dae963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae963


Comments

No comments written yet.

Please login to write comment.