Color Hex Logo

#dae768 Color Hex

#DAE768
(218,231,104)
0 Favorites   0 Comments

Color spaces of #dae768

RGB 218231104
HSL0.180.730.66
HSV66°55°91°
CMYK 0.060.000.55   0.09
XYZ59.988073.056724.0364
Yxy73.05670.38190.4651
Hunter Lab85.4732-24.300843.1580
CIE-Lab88.4747-21.432859.2548

#dae768 color RGB value is (218,231,104).

#dae768 hex color red value is 218, green value is 231 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #dae768 hue: 0.18 , saturation: 0.73 and the lightness value of dae768 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100111 01101000
Octal 332 347 150
Decimal 218 231 104
Hex DA E7 68

RGB Percentages of Color #dae768

%39.42
%41.77
%18.81

CMYK Percentages of Color #dae768

%6
%0
%55
%9

Triadic Colors of #dae768

#dae768 #68dae7 #e768da

Analogous Colors of #dae768

#dae768 #9be768 #e7b568

Monochromatic Colors of #dae768

#dae768

Complementary Color

#dae768 #7568e7

#dae768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae768 Color CSS Codes

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

#dae768 Text Font Color

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

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


#dae768 Background Color

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

This div background color is #dae768


#dae768 Border Color

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

This div border color is #dae768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae768


Comments

No comments written yet.

Please login to write comment.