Color Hex Logo

#dae150 Color Hex

#DAE150
(218,225,80)
0 Favorites   0 Comments

Color spaces of #dae150

RGB 21822580
HSL0.170.710.60
HSV63°64°88°
CMYK 0.030.000.64   0.12
XYZ57.286669.335017.9531
Yxy69.33500.39620.4796
Hunter Lab83.2676-22.913745.5040
CIE-Lab86.6697-20.189467.3462

#dae150 color RGB value is (218,225,80).

#dae150 hex color red value is 218, green value is 225 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #dae150 hue: 0.17 , saturation: 0.71 and the lightness value of dae150 is 0.60.

The process color (four color CMYK) of #dae150 color hex is 0.03, 0.00, 0.64, 0.12. Web safe color of #dae150 is #cccc66. Color #dae150 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100001 01010000
Octal 332 341 120
Decimal 218 225 80
Hex DA E1 50

RGB Percentages of Color #dae150

%41.68
%43.02
%15.30

CMYK Percentages of Color #dae150

%3
%0
%64
%12

Triadic Colors of #dae150

#dae150 #50dae1 #e150da

Analogous Colors of #dae150

#dae150 #92e150 #e1a050

Monochromatic Colors of #dae150

#dae150

Complementary Color

#dae150 #5750e1

#dae150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae150 Color CSS Codes

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

#dae150 Text Font Color

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

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


#dae150 Background Color

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

This div background color is #dae150


#dae150 Border Color

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

This div border color is #dae150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae150


Comments

No comments written yet.

Please login to write comment.