Color Hex Logo

#daf361 Color Hex

#DAF361
(218,243,97)
0 Favorites   0 Comments

Color spaces of #daf361

RGB 21824397
HSL0.200.860.67
HSV70°60°95°
CMYK 0.100.000.60   0.05
XYZ63.121779.869723.3988
Yxy79.86970.37940.4800
Hunter Lab89.3698-30.323147.0356
CIE-Lab91.6264-27.675565.7670

#daf361 color RGB value is (218,243,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110011 01100001
Octal 332 363 141
Decimal 218 243 97
Hex DA F3 61

RGB Percentages of Color #daf361

%39.07
%43.55
%17.38

CMYK Percentages of Color #daf361

%10
%0
%60
%5

Triadic Colors of #daf361

#daf361 #61daf3 #f361da

Analogous Colors of #daf361

#daf361 #91f361 #f3c361

Monochromatic Colors of #daf361

#daf361

Complementary Color

#daf361 #7a61f3

#daf361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf361 Color CSS Codes

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

#daf361 Text Font Color

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

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


#daf361 Background Color

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

This div background color is #daf361


#daf361 Border Color

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

This div border color is #daf361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf361


Comments

No comments written yet.

Please login to write comment.