Color Hex Logo

#dbcf4b Color Hex

#DBCF4B
(219,207,75)
0 Favorites   0 Comments

Color spaces of #dbcf4b

RGB 21920775
HSL0.150.670.58
HSV55°66°86°
CMYK 0.000.050.66   0.14
XYZ52.796260.193715.4925
Yxy60.19370.41090.4685
Hunter Lab77.5846-14.304142.4699
CIE-Lab81.9434-11.154364.4558

#dbcf4b color RGB value is (219,207,75).

#dbcf4b hex color red value is 219, green value is 207 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dbcf4b hue: 0.15 , saturation: 0.67 and the lightness value of dbcf4b is 0.58.

The process color (four color CMYK) of #dbcf4b color hex is 0.00, 0.05, 0.66, 0.14. Web safe color of #dbcf4b is #cccc33. Color #dbcf4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001111 01001011
Octal 333 317 113
Decimal 219 207 75
Hex DB CF 4B

RGB Percentages of Color #dbcf4b

%43.71
%41.32
%14.97

CMYK Percentages of Color #dbcf4b

%0
%5
%66
%14

Triadic Colors of #dbcf4b

#dbcf4b #4bdbcf #cf4bdb

Analogous Colors of #dbcf4b

#dbcf4b #9fdb4b #db874b

Monochromatic Colors of #dbcf4b

#dbcf4b

Complementary Color

#dbcf4b #4b57db

#dbcf4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcf4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcf4b Color CSS Codes

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

#dbcf4b Text Font Color

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

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


#dbcf4b Background Color

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

This div background color is #dbcf4b


#dbcf4b Border Color

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

This div border color is #dbcf4b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,207,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbcf4b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbcf4b;
  -webkit-box-shadow: 1px 1px 3px 2px #dbcf4b;
  box-shadow:         1px 1px 3px 2px #dbcf4b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,207,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcf4b


Comments

No comments written yet.

Please login to write comment.