Color Hex Logo

#daf355 Color Hex

#DAF355
(218,243,85)
0 Favorites   0 Comments

Color spaces of #daf355

RGB 21824385
HSL0.190.870.64
HSV69°65°95°
CMYK 0.100.000.65   0.05
XYZ62.603779.662520.6712
Yxy79.66250.38420.4889
Hunter Lab89.2539-30.992248.7461
CIE-Lab91.5332-28.470670.4549

#daf355 color RGB value is (218,243,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110011 01010101
Octal 332 363 125
Decimal 218 243 85
Hex DA F3 55

RGB Percentages of Color #daf355

%39.93
%44.51
%15.57

CMYK Percentages of Color #daf355

%10
%0
%65
%5

Triadic Colors of #daf355

#daf355 #55daf3 #f355da

Analogous Colors of #daf355

#daf355 #8bf355 #f3bd55

Monochromatic Colors of #daf355

#daf355

Complementary Color

#daf355 #6e55f3

#daf355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf355 Color CSS Codes

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

#daf355 Text Font Color

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

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


#daf355 Background Color

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

This div background color is #daf355


#daf355 Border Color

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

This div border color is #daf355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf355


Comments

No comments written yet.

Please login to write comment.