Color Hex Logo

#daef30 Color Hex

#DAEF30
(218,239,48)
0 Favorites   0 Comments

Color spaces of #daef30

RGB 21823948
HSL0.180.860.56
HSV67°80°94°
CMYK 0.090.000.80   0.06
XYZ60.313476.851814.4513
Yxy76.85180.39780.5069
Hunter Lab87.6652-30.606551.5919
CIE-Lab90.2534-28.325181.1769

#daef30 color RGB value is (218,239,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101111 00110000
Octal 332 357 60
Decimal 218 239 48
Hex DA EF 30

RGB Percentages of Color #daef30

%43.17
%47.33
%9.50

CMYK Percentages of Color #daef30

%9
%0
%80
%6

Triadic Colors of #daef30

#daef30 #30daef #ef30da

Analogous Colors of #daef30

#daef30 #7bef30 #efa530

Monochromatic Colors of #daef30

#daef30

Complementary Color

#daef30 #4530ef

#daef30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daef30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daef30 Color CSS Codes

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

#daef30 Text Font Color

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

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


#daef30 Background Color

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

This div background color is #daef30


#daef30 Border Color

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

This div border color is #daef30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daef30


Comments

No comments written yet.

Please login to write comment.