Color Hex Logo

#daf367 Color Hex

#DAF367
(218,243,103)
0 Favorites   0 Comments

Color spaces of #daf367

RGB 218243103
HSL0.200.850.68
HSV71°58°95°
CMYK 0.100.000.58   0.05
XYZ63.412279.985924.9286
Yxy79.98590.37670.4752
Hunter Lab89.4348-29.948746.0782
CIE-Lab91.6785-27.232263.3012

#daf367 color RGB value is (218,243,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110011 01100111
Octal 332 363 147
Decimal 218 243 103
Hex DA F3 67

RGB Percentages of Color #daf367

%38.65
%43.09
%18.26

CMYK Percentages of Color #daf367

%10
%0
%58
%5

Triadic Colors of #daf367

#daf367 #67daf3 #f367da

Analogous Colors of #daf367

#daf367 #94f367 #f3c667

Monochromatic Colors of #daf367

#daf367

Complementary Color

#daf367 #8067f3

#daf367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf367 Color CSS Codes

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

#daf367 Text Font Color

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

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


#daf367 Background Color

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

This div background color is #daf367


#daf367 Border Color

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

This div border color is #daf367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf367

Related Colors


Comments

No comments written yet.

Please login to write comment.