Color Hex Logo

#dafe0b Color Hex

#DAFE0B
(218,254,11)
0 Favorites   0 Comments

Color spaces of #dafe0b

RGB 21825411
HSL0.190.990.52
HSV69°96°100°
CMYK 0.140.000.96   0.00
XYZ64.415785.813213.4852
Yxy85.81320.39350.5242
Hunter Lab92.6354-37.988856.2138
CIE-Lab94.2324-35.947790.3634

#dafe0b color RGB value is (218,254,11).

#dafe0b hex color red value is 218, green value is 254 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #dafe0b hue: 0.19 , saturation: 0.99 and the lightness value of dafe0b is 0.52.

The process color (four color CMYK) of #dafe0b color hex is 0.14, 0.00, 0.96, 0.00. Web safe color of #dafe0b is #ccff00. Color #dafe0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 00001011
Octal 332 376 13
Decimal 218 254 11
Hex DA FE B

RGB Percentages of Color #dafe0b

%45.13
%52.59
%2.28

CMYK Percentages of Color #dafe0b

%14
%0
%96
%0

Triadic Colors of #dafe0b

#dafe0b #0bdafe #fe0bda

Analogous Colors of #dafe0b

#dafe0b #61fe0b #fea90b

Monochromatic Colors of #dafe0b

#dafe0b

Complementary Color

#dafe0b #2f0bfe

#dafe0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafe0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafe0b Color CSS Codes

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

#dafe0b Text Font Color

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

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


#dafe0b Background Color

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

This div background color is #dafe0b


#dafe0b Border Color

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

This div border color is #dafe0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafe0b


Comments

No comments written yet.

Please login to write comment.