Color Hex Logo

#dff382 Color Hex

#DFF382
(223,243,130)
0 Favorites   0 Comments

Color spaces of #dff382

RGB 223243130
HSL0.200.820.73
HSV71°47°95°
CMYK 0.080.000.47   0.05
XYZ66.511381.400933.3255
Yxy81.40090.36700.4491
Hunter Lab90.2224-26.300441.2557
CIE-Lab92.3098-22.948651.9579

#dff382 color RGB value is (223,243,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110011 10000010
Octal 337 363 202
Decimal 223 243 130
Hex DF F3 82

RGB Percentages of Color #dff382

%37.42
%40.77
%21.81

CMYK Percentages of Color #dff382

%8
%0
%47
%5

Triadic Colors of #dff382

#dff382 #82dff3 #f382df

Analogous Colors of #dff382

#dff382 #a7f382 #f3cf82

Monochromatic Colors of #dff382

#dff382

Complementary Color

#dff382 #9682f3

#dff382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff382 Color CSS Codes

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

#dff382 Text Font Color

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

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


#dff382 Background Color

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

This div background color is #dff382


#dff382 Border Color

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

This div border color is #dff382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff382


Comments

No comments written yet.

Please login to write comment.