Color Hex Logo

#daee48 Color Hex

#DAEE48
(218,238,72)
0 Favorites   0 Comments

Color spaces of #daee48

RGB 21823872
HSL0.190.830.61
HSV67°70°93°
CMYK 0.080.000.70   0.07
XYZ60.657776.522417.7042
Yxy76.52240.39160.4941
Hunter Lab87.4771-29.310849.2344
CIE-Lab90.1013-26.853873.7720

#daee48 color RGB value is (218,238,72).

#daee48 hex color red value is 218, green value is 238 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #daee48 hue: 0.19 , saturation: 0.83 and the lightness value of daee48 is 0.61.

The process color (four color CMYK) of #daee48 color hex is 0.08, 0.00, 0.70, 0.07. Web safe color of #daee48 is #ccff33. Color #daee48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101110 01001000
Octal 332 356 110
Decimal 218 238 72
Hex DA EE 48

RGB Percentages of Color #daee48

%41.29
%45.08
%13.64

CMYK Percentages of Color #daee48

%8
%0
%70
%7

Triadic Colors of #daee48

#daee48 #48daee #ee48da

Analogous Colors of #daee48

#daee48 #87ee48 #eeaf48

Monochromatic Colors of #daee48

#daee48

Complementary Color

#daee48 #5c48ee

#daee48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daee48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daee48 Color CSS Codes

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

#daee48 Text Font Color

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

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


#daee48 Background Color

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

This div background color is #daee48


#daee48 Border Color

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

This div border color is #daee48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daee48


Comments

No comments written yet.

Please login to write comment.