Color Hex Logo

#daf750 Color Hex

#DAF750
(218,247,80)
0 Favorites   0 Comments

Color spaces of #daf750

RGB 21824780
HSL0.200.910.64
HSV70°68°97°
CMYK 0.120.000.68   0.03
XYZ63.622282.006120.0649
Yxy82.00610.38400.4949
Hunter Lab90.5572-33.067550.2531
CIE-Lab92.5776-30.625573.3904

#daf750 color RGB value is (218,247,80).

#daf750 hex color red value is 218, green value is 247 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #daf750 hue: 0.20 , saturation: 0.91 and the lightness value of daf750 is 0.64.

The process color (four color CMYK) of #daf750 color hex is 0.12, 0.00, 0.68, 0.03. Web safe color of #daf750 is #ccff66. Color #daf750 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110111 01010000
Octal 332 367 120
Decimal 218 247 80
Hex DA F7 50

RGB Percentages of Color #daf750

%40.00
%45.32
%14.68

CMYK Percentages of Color #daf750

%12
%0
%68
%3

Triadic Colors of #daf750

#daf750 #50daf7 #f750da

Analogous Colors of #daf750

#daf750 #87f750 #f7c150

Monochromatic Colors of #daf750

#daf750

Complementary Color

#daf750 #6d50f7

#daf750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf750 Color CSS Codes

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

#daf750 Text Font Color

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

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


#daf750 Background Color

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

This div background color is #daf750


#daf750 Border Color

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

This div border color is #daf750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf750

Related Colors


Comments

No comments written yet.

Please login to write comment.