Color Hex Logo

#dfce30 Color Hex

#DFCE30
(223,206,48)
0 Favorites   0 Comments

Color spaces of #dfce30

RGB 22320648
HSL0.150.730.53
HSV54°78°87°
CMYK 0.000.080.78   0.13
XYZ53.036260.044011.5906
Yxy60.04400.42540.4816
Hunter Lab77.4881-13.430945.3731
CIE-Lab81.8621-10.182173.9415

#dfce30 color RGB value is (223,206,48).

#dfce30 hex color red value is 223, green value is 206 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #dfce30 hue: 0.15 , saturation: 0.73 and the lightness value of dfce30 is 0.53.

The process color (four color CMYK) of #dfce30 color hex is 0.00, 0.08, 0.78, 0.13. Web safe color of #dfce30 is #cccc33. Color #dfce30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 00110000
Octal 337 316 60
Decimal 223 206 48
Hex DF CE 30

RGB Percentages of Color #dfce30

%46.75
%43.19
%10.06

CMYK Percentages of Color #dfce30

%0
%8
%78
%13

Triadic Colors of #dfce30

#dfce30 #30dfce #ce30df

Analogous Colors of #dfce30

#dfce30 #99df30 #df7730

Monochromatic Colors of #dfce30

#dfce30

Complementary Color

#dfce30 #3041df

#dfce30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfce30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfce30 Color CSS Codes

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

#dfce30 Text Font Color

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

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


#dfce30 Background Color

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

This div background color is #dfce30


#dfce30 Border Color

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

This div border color is #dfce30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfce30


Comments

No comments written yet.

Please login to write comment.