Color Hex Logo

#daf37b Color Hex

#DAF37B
(218,243,123)
0 Favorites   0 Comments

Color spaces of #daf37b

RGB 218243123
HSL0.200.830.72
HSV73°49°95°
CMYK 0.100.000.49   0.05
XYZ64.539280.436730.8631
Yxy80.43670.36700.4574
Hunter Lab89.6865-28.501242.3776
CIE-Lab91.8804-25.529454.6226

#daf37b color RGB value is (218,243,123).

#daf37b hex color red value is 218, green value is 243 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #daf37b hue: 0.20 , saturation: 0.83 and the lightness value of daf37b is 0.72.

The process color (four color CMYK) of #daf37b color hex is 0.10, 0.00, 0.49, 0.05. Web safe color of #daf37b is #ccff66. Color #daf37b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110011 01111011
Octal 332 363 173
Decimal 218 243 123
Hex DA F3 7B

RGB Percentages of Color #daf37b

%37.33
%41.61
%21.06

CMYK Percentages of Color #daf37b

%10
%0
%49
%5

Triadic Colors of #daf37b

#daf37b #7bdaf3 #f37bda

Analogous Colors of #daf37b

#daf37b #9ef37b #f3d07b

Monochromatic Colors of #daf37b

#daf37b

Complementary Color

#daf37b #947bf3

#daf37b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf37b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf37b Color CSS Codes

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

#daf37b Text Font Color

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

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


#daf37b Background Color

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

This div background color is #daf37b


#daf37b Border Color

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

This div border color is #daf37b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf37b


Comments

No comments written yet.

Please login to write comment.