Color Hex Logo

#dff380 Color Hex

#DFF380
(223,243,128)
0 Favorites   0 Comments

Color spaces of #dff380

RGB 223243128
HSL0.200.830.73
HSV70°47°95°
CMYK 0.080.000.47   0.05
XYZ66.378381.347732.6252
Yxy81.34770.36810.4511
Hunter Lab90.1930-26.469041.6883
CIE-Lab92.2862-23.143052.8680

#dff380 color RGB value is (223,243,128).

#dff380 hex color red value is 223, green value is 243 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #dff380 hue: 0.20 , saturation: 0.83 and the lightness value of dff380 is 0.73.

The process color (four color CMYK) of #dff380 color hex is 0.08, 0.00, 0.47, 0.05. Web safe color of #dff380 is #ccff99. Color #dff380 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110011 10000000
Octal 337 363 200
Decimal 223 243 128
Hex DF F3 80

RGB Percentages of Color #dff380

%37.54
%40.91
%21.55

CMYK Percentages of Color #dff380

%8
%0
%47
%5

Triadic Colors of #dff380

#dff380 #80dff3 #f380df

Analogous Colors of #dff380

#dff380 #a6f380 #f3ce80

Monochromatic Colors of #dff380

#dff380

Complementary Color

#dff380 #9480f3

#dff380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff380 Color CSS Codes

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

#dff380 Text Font Color

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

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


#dff380 Background Color

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

This div background color is #dff380


#dff380 Border Color

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

This div border color is #dff380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff380


Comments

No comments written yet.

Please login to write comment.