Color Hex Logo

#daf318 Color Hex

#DAF318
(218,243,24)
0 Favorites   0 Comments

Color spaces of #daf318

RGB 21824324
HSL0.190.900.52
HSV67°90°95°
CMYK 0.100.000.90   0.05
XYZ61.128979.072612.9048
Yxy79.07260.39930.5165
Hunter Lab88.9228-32.907253.6416
CIE-Lab91.2671-30.767086.7021

#daf318 color RGB value is (218,243,24).

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

The process color (four color CMYK) of #daf318 color hex is 0.10, 0.00, 0.90, 0.05. Web safe color of #daf318 is #ccff00. Color #daf318 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110011 00011000
Octal 332 363 30
Decimal 218 243 24
Hex DA F3 18

RGB Percentages of Color #daf318

%44.95
%50.10
%4.95

CMYK Percentages of Color #daf318

%10
%0
%90
%5

Triadic Colors of #daf318

#daf318 #18daf3 #f318da

Analogous Colors of #daf318

#daf318 #6df318 #f39f18

Monochromatic Colors of #daf318

#daf318

Complementary Color

#daf318 #3118f3

#daf318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf318 Color CSS Codes

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

#daf318 Text Font Color

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

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


#daf318 Background Color

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

This div background color is #daf318


#daf318 Border Color

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

This div border color is #daf318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf318


Comments

No comments written yet.

Please login to write comment.