Color Hex Logo

#dae867 Color Hex

#DAE867
(218,232,103)
0 Favorites   0 Comments

Color spaces of #dae867

RGB 218232103
HSL0.180.740.66
HSV67°56°91°
CMYK 0.060.000.56   0.09
XYZ60.218273.597923.8639
Yxy73.59790.38190.4668
Hunter Lab85.7892-24.836343.5598
CIE-Lab88.7321-21.994159.9884

#dae867 color RGB value is (218,232,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101000 01100111
Octal 332 350 147
Decimal 218 232 103
Hex DA E8 67

RGB Percentages of Color #dae867

%39.42
%41.95
%18.63

CMYK Percentages of Color #dae867

%6
%0
%56
%9

Triadic Colors of #dae867

#dae867 #67dae8 #e867da

Analogous Colors of #dae867

#dae867 #9ae867 #e8b667

Monochromatic Colors of #dae867

#dae867

Complementary Color

#dae867 #7567e8

#dae867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae867 Color CSS Codes

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

#dae867 Text Font Color

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

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


#dae867 Background Color

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

This div background color is #dae867


#dae867 Border Color

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

This div border color is #dae867


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae867


Comments

No comments written yet.

Please login to write comment.