Color Hex Logo

#dbcf34 Color Hex

#DBCF34
(219,207,52)
0 Favorites   0 Comments

Color spaces of #dbcf34

RGB 21920752
HSL0.150.700.53
HSV56°76°86°
CMYK 0.000.050.76   0.14
XYZ52.146159.933612.0688
Yxy59.93360.42000.4828
Hunter Lab77.4168-15.246144.9488
CIE-Lab81.8021-12.239372.5520

#dbcf34 color RGB value is (219,207,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001111 00110100
Octal 333 317 64
Decimal 219 207 52
Hex DB CF 34

RGB Percentages of Color #dbcf34

%45.82
%43.31
%10.88

CMYK Percentages of Color #dbcf34

%0
%5
%76
%14

Triadic Colors of #dbcf34

#dbcf34 #34dbcf #cf34db

Analogous Colors of #dbcf34

#dbcf34 #94db34 #db7c34

Monochromatic Colors of #dbcf34

#dbcf34

Complementary Color

#dbcf34 #3440db

#dbcf34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcf34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcf34 Color CSS Codes

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

#dbcf34 Text Font Color

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

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


#dbcf34 Background Color

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

This div background color is #dbcf34


#dbcf34 Border Color

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

This div border color is #dbcf34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcf34


Comments

No comments written yet.

Please login to write comment.