Color Hex Logo

#debf1c Color Hex

#DEBF1C
(222,191,28)
0 Favorites   0 Comments

Color spaces of #debf1c

RGB 22219128
HSL0.140.780.49
HSV50°87°87°
CMYK 0.000.140.87   0.13
XYZ48.964652.87508.7238
Yxy52.87500.44290.4782
Hunter Lab72.7152-7.054143.7875
CIE-Lab77.8011-3.493575.5053

#debf1c color RGB value is (222,191,28).

#debf1c hex color red value is 222, green value is 191 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #debf1c hue: 0.14 , saturation: 0.78 and the lightness value of debf1c is 0.49.

The process color (four color CMYK) of #debf1c color hex is 0.00, 0.14, 0.87, 0.13. Web safe color of #debf1c is #cccc33. Color #debf1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111111 00011100
Octal 336 277 34
Decimal 222 191 28
Hex DE BF 1C

RGB Percentages of Color #debf1c

%50.34
%43.31
%6.35

CMYK Percentages of Color #debf1c

%0
%14
%87
%13

Triadic Colors of #debf1c

#debf1c #1cdebf #bf1cde

Analogous Colors of #debf1c

#debf1c #9cde1c #de5e1c

Monochromatic Colors of #debf1c

#debf1c

Complementary Color

#debf1c #1c3bde

#debf1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debf1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#debf1c Color CSS Codes

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

#debf1c Text Font Color

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

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


#debf1c Background Color

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

This div background color is #debf1c


#debf1c Border Color

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

This div border color is #debf1c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,191,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #debf1c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #debf1c;
  -webkit-box-shadow: 1px 1px 3px 2px #debf1c;
  box-shadow:         1px 1px 3px 2px #debf1c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,191,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debf1c


Comments

No comments written yet.

Please login to write comment.