Color Hex Logo

#dfeb25 Color Hex

#DFEB25
(223,235,37)
0 Favorites   0 Comments

Color spaces of #dfeb25

RGB 22323537
HSL0.180.830.53
HSV64°84°92°
CMYK 0.050.000.84   0.08
XYZ60.473775.238213.0854
Yxy75.23820.40640.5056
Hunter Lab86.7400-27.347651.7736
CIE-Lab89.5045-24.716783.2068

#dfeb25 color RGB value is (223,235,37).

#dfeb25 hex color red value is 223, green value is 235 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #dfeb25 hue: 0.18 , saturation: 0.83 and the lightness value of dfeb25 is 0.53.

The process color (four color CMYK) of #dfeb25 color hex is 0.05, 0.00, 0.84, 0.08. Web safe color of #dfeb25 is #ccff33. Color #dfeb25 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 00100101
Octal 337 353 45
Decimal 223 235 37
Hex DF EB 25

RGB Percentages of Color #dfeb25

%45.05
%47.47
%7.47

CMYK Percentages of Color #dfeb25

%5
%0
%84
%8

Triadic Colors of #dfeb25

#dfeb25 #25dfeb #eb25df

Analogous Colors of #dfeb25

#dfeb25 #7ceb25 #eb9425

Monochromatic Colors of #dfeb25

#dfeb25

Complementary Color

#dfeb25 #3125eb

#dfeb25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeb25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeb25 Color CSS Codes

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

#dfeb25 Text Font Color

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

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


#dfeb25 Background Color

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

This div background color is #dfeb25


#dfeb25 Border Color

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

This div border color is #dfeb25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeb25


Comments

No comments written yet.

Please login to write comment.