Color Hex Logo

#daf792 Color Hex

#DAF792
(218,247,146)
0 Favorites   0 Comments

Color spaces of #daf792

RGB 218247146
HSL0.210.860.77
HSV77°41°97°
CMYK 0.120.000.41   0.03
XYZ67.362583.502339.7613
Yxy83.50230.35340.4380
Hunter Lab91.3796-28.329038.1673
CIE-Lab93.2339-25.046245.3802

#daf792 color RGB value is (218,247,146).

#daf792 hex color red value is 218, green value is 247 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #daf792 hue: 0.21 , saturation: 0.86 and the lightness value of daf792 is 0.77.

The process color (four color CMYK) of #daf792 color hex is 0.12, 0.00, 0.41, 0.03. Web safe color of #daf792 is #ccff99. Color #daf792 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110111 10010010
Octal 332 367 222
Decimal 218 247 146
Hex DA F7 92

RGB Percentages of Color #daf792

%35.68
%40.43
%23.90

CMYK Percentages of Color #daf792

%12
%0
%41
%3

Triadic Colors of #daf792

#daf792 #92daf7 #f792da

Analogous Colors of #daf792

#daf792 #a8f792 #f7e292

Monochromatic Colors of #daf792

#daf792

Complementary Color

#daf792 #af92f7

#daf792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf792 Color CSS Codes

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

#daf792 Text Font Color

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

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


#daf792 Background Color

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

This div background color is #daf792


#daf792 Border Color

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

This div border color is #daf792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf792

Related Colors


Comments

No comments written yet.

Please login to write comment.