Color Hex Logo

#daff53 Color Hex

#DAFF53
(218,255,83)
0 Favorites   0 Comments

Color spaces of #daff53

RGB 21825583
HSL0.201.000.66
HSV73°67°100°
CMYK 0.150.000.67   0.00
XYZ66.234887.050021.4950
Yxy87.05000.37900.4981
Hunter Lab93.3006-36.557551.6509
CIE-Lab94.7595-34.123674.5103

#daff53 color RGB value is (218,255,83).

#daff53 hex color red value is 218, green value is 255 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #daff53 hue: 0.20 , saturation: 1.00 and the lightness value of daff53 is 0.66.

The process color (four color CMYK) of #daff53 color hex is 0.15, 0.00, 0.67, 0.00. Web safe color of #daff53 is #ccff66. Color #daff53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 01010011
Octal 332 377 123
Decimal 218 255 83
Hex DA FF 53

RGB Percentages of Color #daff53

%39.21
%45.86
%14.93

CMYK Percentages of Color #daff53

%15
%0
%67
%0

Triadic Colors of #daff53

#daff53 #53daff #ff53da

Analogous Colors of #daff53

#daff53 #84ff53 #ffce53

Monochromatic Colors of #daff53

#daff53

Complementary Color

#daff53 #7853ff

#daff53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daff53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daff53 Color CSS Codes

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

#daff53 Text Font Color

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

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


#daff53 Background Color

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

This div background color is #daff53


#daff53 Border Color

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

This div border color is #daff53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daff53


Comments

No comments written yet.

Please login to write comment.