Color Hex Logo

#dae875 Color Hex

#DAE875
(218,232,117)
0 Favorites   0 Comments

Color spaces of #dae875

RGB 218232117
HSL0.190.710.68
HSV67°50°91°
CMYK 0.060.000.50   0.09
XYZ60.980973.903027.8803
Yxy73.90300.37470.4540
Hunter Lab85.9669-23.822440.9482
CIE-Lab88.8766-20.811653.8202

#dae875 color RGB value is (218,232,117).

#dae875 hex color red value is 218, green value is 232 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #dae875 hue: 0.19 , saturation: 0.71 and the lightness value of dae875 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101000 01110101
Octal 332 350 165
Decimal 218 232 117
Hex DA E8 75

RGB Percentages of Color #dae875

%38.45
%40.92
%20.63

CMYK Percentages of Color #dae875

%6
%0
%50
%9

Triadic Colors of #dae875

#dae875 #75dae8 #e875da

Analogous Colors of #dae875

#dae875 #a1e875 #e8bd75

Monochromatic Colors of #dae875

#dae875

Complementary Color

#dae875 #8375e8

#dae875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae875 Color CSS Codes

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

#dae875 Text Font Color

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

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


#dae875 Background Color

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

This div background color is #dae875


#dae875 Border Color

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

This div border color is #dae875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae875


Comments

No comments written yet.

Please login to write comment.