Color Hex Logo

#daef28 Color Hex

#DAEF28
(218,239,40)
0 Favorites   0 Comments

Color spaces of #daef28

RGB 21823940
HSL0.180.860.55
HSV66°83°94°
CMYK 0.090.000.83   0.06
XYZ60.162976.791613.6588
Yxy76.79160.39950.5099
Hunter Lab87.6308-30.804852.1002
CIE-Lab90.2256-28.563283.0291

#daef28 color RGB value is (218,239,40).

#daef28 hex color red value is 218, green value is 239 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #daef28 hue: 0.18 , saturation: 0.86 and the lightness value of daef28 is 0.55.

The process color (four color CMYK) of #daef28 color hex is 0.09, 0.00, 0.83, 0.06. Web safe color of #daef28 is #ccff33. Color #daef28 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101111 00101000
Octal 332 357 50
Decimal 218 239 40
Hex DA EF 28

RGB Percentages of Color #daef28

%43.86
%48.09
%8.05

CMYK Percentages of Color #daef28

%9
%0
%83
%6

Triadic Colors of #daef28

#daef28 #28daef #ef28da

Analogous Colors of #daef28

#daef28 #77ef28 #efa128

Monochromatic Colors of #daef28

#daef28

Complementary Color

#daef28 #3d28ef

#daef28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daef28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daef28 Color CSS Codes

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

#daef28 Text Font Color

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

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


#daef28 Background Color

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

This div background color is #daef28


#daef28 Border Color

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

This div border color is #daef28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daef28


Comments

No comments written yet.

Please login to write comment.