Color Hex Logo

#dfe133 Color Hex

#DFE133
(223,225,51)
0 Favorites   0 Comments

Color spaces of #dfe133

RGB 22322551
HSL0.170.740.54
HSV61°77°88°
CMYK 0.010.000.77   0.12
XYZ57.954269.777413.5458
Yxy69.77740.41020.4939
Hunter Lab83.5329-22.341148.8585
CIE-Lab86.8876-19.494377.5508

#dfe133 color RGB value is (223,225,51).

#dfe133 hex color red value is 223, green value is 225 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #dfe133 hue: 0.17 , saturation: 0.74 and the lightness value of dfe133 is 0.54.

The process color (four color CMYK) of #dfe133 color hex is 0.01, 0.00, 0.77, 0.12. Web safe color of #dfe133 is #cccc33. Color #dfe133 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100001 00110011
Octal 337 341 63
Decimal 223 225 51
Hex DF E1 33

RGB Percentages of Color #dfe133

%44.69
%45.09
%10.22

CMYK Percentages of Color #dfe133

%1
%0
%77
%12

Triadic Colors of #dfe133

#dfe133 #33dfe1 #e133df

Analogous Colors of #dfe133

#dfe133 #88e133 #e18c33

Monochromatic Colors of #dfe133

#dfe133

Complementary Color

#dfe133 #3533e1

#dfe133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe133 Color CSS Codes

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

#dfe133 Text Font Color

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

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


#dfe133 Background Color

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

This div background color is #dfe133


#dfe133 Border Color

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

This div border color is #dfe133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe133


Comments

No comments written yet.

Please login to write comment.