Color Hex Logo

#dae143 Color Hex

#DAE143
(218,225,67)
0 Favorites   0 Comments

Color spaces of #dae143

RGB 21822567
HSL0.170.720.57
HSV63°70°88°
CMYK 0.030.000.70   0.12
XYZ56.851869.161115.6632
Yxy69.16110.40130.4882
Hunter Lab83.1632-23.509847.0473
CIE-Lab86.5838-20.890372.0745

#dae143 color RGB value is (218,225,67).

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

The process color (four color CMYK) of #dae143 color hex is 0.03, 0.00, 0.70, 0.12. Web safe color of #dae143 is #cccc33. Color #dae143 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100001 01000011
Octal 332 341 103
Decimal 218 225 67
Hex DA E1 43

RGB Percentages of Color #dae143

%42.75
%44.12
%13.14

CMYK Percentages of Color #dae143

%3
%0
%70
%12

Triadic Colors of #dae143

#dae143 #43dae1 #e143da

Analogous Colors of #dae143

#dae143 #8be143 #e19943

Monochromatic Colors of #dae143

#dae143

Complementary Color

#dae143 #4a43e1

#dae143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae143 Color CSS Codes

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

#dae143 Text Font Color

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

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


#dae143 Background Color

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

This div background color is #dae143


#dae143 Border Color

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

This div border color is #dae143


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae143


Comments

No comments written yet.

Please login to write comment.