Color Hex Logo

#daef10 Color Hex

#DAEF10
(218,239,16)
0 Favorites   0 Comments

Color spaces of #daef10

RGB 21823916
HSL0.180.870.50
HSV66°93°94°
CMYK 0.090.000.93   0.06
XYZ59.873576.675812.1345
Yxy76.67580.40270.5157
Hunter Lab87.5647-31.186653.0790
CIE-Lab90.1722-29.022486.8092

#daef10 color RGB value is (218,239,16).

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

The process color (four color CMYK) of #daef10 color hex is 0.09, 0.00, 0.93, 0.06. Web safe color of #daef10 is #ccff00. Color #daef10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101111 00010000
Octal 332 357 20
Decimal 218 239 16
Hex DA EF 10

RGB Percentages of Color #daef10

%46.09
%50.53
%3.38

CMYK Percentages of Color #daef10

%9
%0
%93
%6

Triadic Colors of #daef10

#daef10 #10daef #ef10da

Analogous Colors of #daef10

#daef10 #6bef10 #ef9510

Monochromatic Colors of #daef10

#daef10

Complementary Color

#daef10 #2510ef

#daef10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daef10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daef10 Color CSS Codes

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

#daef10 Text Font Color

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

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


#daef10 Background Color

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

This div background color is #daef10


#daef10 Border Color

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

This div border color is #daef10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daef10


Comments

No comments written yet.

Please login to write comment.