Color Hex Logo

#dff38b Color Hex

#DFF38B
(223,243,139)
0 Favorites   0 Comments

Color spaces of #dff38b

RGB 223243139
HSL0.200.810.75
HSV72°43°95°
CMYK 0.080.000.43   0.05
XYZ67.142281.653236.6480
Yxy81.65320.36210.4403
Hunter Lab90.3622-25.502139.2074
CIE-Lab92.4216-22.031347.8125

#dff38b color RGB value is (223,243,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110011 10001011
Octal 337 363 213
Decimal 223 243 139
Hex DF F3 8B

RGB Percentages of Color #dff38b

%36.86
%40.17
%22.98

CMYK Percentages of Color #dff38b

%8
%0
%43
%5

Triadic Colors of #dff38b

#dff38b #8bdff3 #f38bdf

Analogous Colors of #dff38b

#dff38b #abf38b #f3d38b

Monochromatic Colors of #dff38b

#dff38b

Complementary Color

#dff38b #9f8bf3

#dff38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff38b Color CSS Codes

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

#dff38b Text Font Color

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

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


#dff38b Background Color

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

This div background color is #dff38b


#dff38b Border Color

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

This div border color is #dff38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff38b


Comments

No comments written yet.

Please login to write comment.