Color Hex Logo

#daee34 Color Hex

#DAEE34
(218,238,52)
0 Favorites   0 Comments

Color spaces of #daee34

RGB 21823852
HSL0.180.850.57
HSV66°78°93°
CMYK 0.080.000.78   0.07
XYZ60.107876.302414.8086
Yxy76.30240.39750.5046
Hunter Lab87.3512-30.036051.0945
CIE-Lab89.9996-27.719979.9054

#daee34 color RGB value is (218,238,52).

#daee34 hex color red value is 218, green value is 238 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #daee34 hue: 0.18 , saturation: 0.85 and the lightness value of daee34 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101110 00110100
Octal 332 356 64
Decimal 218 238 52
Hex DA EE 34

RGB Percentages of Color #daee34

%42.91
%46.85
%10.24

CMYK Percentages of Color #daee34

%8
%0
%78
%7

Triadic Colors of #daee34

#daee34 #34daee #ee34da

Analogous Colors of #daee34

#daee34 #7dee34 #eea534

Monochromatic Colors of #daee34

#daee34

Complementary Color

#daee34 #4834ee

#daee34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daee34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daee34 Color CSS Codes

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

#daee34 Text Font Color

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

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


#daee34 Background Color

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

This div background color is #daee34


#daee34 Border Color

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

This div border color is #daee34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daee34


Comments

No comments written yet.

Please login to write comment.