Color Hex Logo

#daeb63 Color Hex

#DAEB63
(218,235,99)
0 Favorites   0 Comments

Color spaces of #daeb63

RGB 21823599
HSL0.190.770.65
HSV67°58°92°
CMYK 0.070.000.58   0.08
XYZ60.873975.222923.1155
Yxy75.22290.38230.4725
Hunter Lab86.7311-26.495944.9099
CIE-Lab89.4973-23.739462.5817

#daeb63 color RGB value is (218,235,99).

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

The process color (four color CMYK) of #daeb63 color hex is 0.07, 0.00, 0.58, 0.08. Web safe color of #daeb63 is #ccff66. Color #daeb63 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 01100011
Octal 332 353 143
Decimal 218 235 99
Hex DA EB 63

RGB Percentages of Color #daeb63

%39.49
%42.57
%17.93

CMYK Percentages of Color #daeb63

%7
%0
%58
%8

Triadic Colors of #daeb63

#daeb63 #63daeb #eb63da

Analogous Colors of #daeb63

#daeb63 #96eb63 #ebb863

Monochromatic Colors of #daeb63

#daeb63

Complementary Color

#daeb63 #7463eb

#daeb63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeb63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeb63 Color CSS Codes

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

#daeb63 Text Font Color

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

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


#daeb63 Background Color

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

This div background color is #daeb63


#daeb63 Border Color

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

This div border color is #daeb63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeb63


Comments

No comments written yet.

Please login to write comment.