Color Hex Logo

#dafc5b Color Hex

#DAFC5B
(218,252,91)
0 Favorites   0 Comments

Color spaces of #dafc5b

RGB 21825291
HSL0.200.960.67
HSV73°64°99°
CMYK 0.130.000.64   0.01
XYZ65.612285.281622.9004
Yxy85.28160.37750.4907
Hunter Lab92.3480-34.786949.9409
CIE-Lab94.0043-32.261970.7236

#dafc5b color RGB value is (218,252,91).

#dafc5b hex color red value is 218, green value is 252 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #dafc5b hue: 0.20 , saturation: 0.96 and the lightness value of dafc5b is 0.67.

The process color (four color CMYK) of #dafc5b color hex is 0.13, 0.00, 0.64, 0.01. Web safe color of #dafc5b is #ccff66. Color #dafc5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111100 01011011
Octal 332 374 133
Decimal 218 252 91
Hex DA FC 5B

RGB Percentages of Color #dafc5b

%38.86
%44.92
%16.22

CMYK Percentages of Color #dafc5b

%13
%0
%64
%1

Triadic Colors of #dafc5b

#dafc5b #5bdafc #fc5bda

Analogous Colors of #dafc5b

#dafc5b #8afc5b #fcce5b

Monochromatic Colors of #dafc5b

#dafc5b

Complementary Color

#dafc5b #7d5bfc

#dafc5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafc5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafc5b Color CSS Codes

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

#dafc5b Text Font Color

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

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


#dafc5b Background Color

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

This div background color is #dafc5b


#dafc5b Border Color

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

This div border color is #dafc5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafc5b


Comments

No comments written yet.

Please login to write comment.