Color Hex Logo

#daf155 Color Hex

#DAF155
(218,241,85)
0 Favorites   0 Comments

Color spaces of #daf155

RGB 21824185
HSL0.190.850.64
HSV69°65°95°
CMYK 0.100.000.65   0.05
XYZ62.008478.471920.4727
Yxy78.47190.38530.4875
Hunter Lab88.5844-30.074048.3066
CIE-Lab90.9948-27.533269.8957

#daf155 color RGB value is (218,241,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110001 01010101
Octal 332 361 125
Decimal 218 241 85
Hex DA F1 55

RGB Percentages of Color #daf155

%40.07
%44.30
%15.63

CMYK Percentages of Color #daf155

%10
%0
%65
%5

Triadic Colors of #daf155

#daf155 #55daf1 #f155da

Analogous Colors of #daf155

#daf155 #8cf155 #f1ba55

Monochromatic Colors of #daf155

#daf155

Complementary Color

#daf155 #6c55f1

#daf155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf155 Color CSS Codes

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

#daf155 Text Font Color

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

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


#daf155 Background Color

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

This div background color is #daf155


#daf155 Border Color

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

This div border color is #daf155


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,241,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 #daf155">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf155


Comments

No comments written yet.

Please login to write comment.