Color Hex Logo

#dfea23 Color Hex

#DFEA23
(223,234,35)
0 Favorites   0 Comments

Color spaces of #dfea23

RGB 22323435
HSL0.180.830.53
HSV63°85°92°
CMYK 0.050.000.85   0.08
XYZ60.157674.655012.8293
Yxy74.65500.40750.5056
Hunter Lab86.4031-26.926051.6787
CIE-Lab89.2311-24.289383.3838

#dfea23 color RGB value is (223,234,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101010 00100011
Octal 337 352 43
Decimal 223 234 35
Hex DF EA 23

RGB Percentages of Color #dfea23

%45.33
%47.56
%7.11

CMYK Percentages of Color #dfea23

%5
%0
%85
%8

Triadic Colors of #dfea23

#dfea23 #23dfea #ea23df

Analogous Colors of #dfea23

#dfea23 #7cea23 #ea9223

Monochromatic Colors of #dfea23

#dfea23

Complementary Color

#dfea23 #2e23ea

#dfea23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfea23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfea23 Color CSS Codes

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

#dfea23 Text Font Color

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

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


#dfea23 Background Color

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

This div background color is #dfea23


#dfea23 Border Color

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

This div border color is #dfea23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfea23


Comments

No comments written yet.

Please login to write comment.