Color Hex Logo

#dbcb27 Color Hex

#DBCB27
(219,203,39)
0 Favorites   0 Comments

Color spaces of #dbcb27

RGB 21920339
HSL0.150.710.51
HSV55°82°86°
CMYK 0.000.070.82   0.14
XYZ50.935657.918410.4142
Yxy57.91840.42710.4856
Hunter Lab76.1041-13.714345.1596
CIE-Lab80.6934-10.652675.2484

#dbcb27 color RGB value is (219,203,39).

#dbcb27 hex color red value is 219, green value is 203 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #dbcb27 hue: 0.15 , saturation: 0.71 and the lightness value of dbcb27 is 0.51.

The process color (four color CMYK) of #dbcb27 color hex is 0.00, 0.07, 0.82, 0.14. Web safe color of #dbcb27 is #cccc33. Color #dbcb27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001011 00100111
Octal 333 313 47
Decimal 219 203 39
Hex DB CB 27

RGB Percentages of Color #dbcb27

%47.51
%44.03
%8.46

CMYK Percentages of Color #dbcb27

%0
%7
%82
%14

Triadic Colors of #dbcb27

#dbcb27 #27dbcb #cb27db

Analogous Colors of #dbcb27

#dbcb27 #91db27 #db7127

Monochromatic Colors of #dbcb27

#dbcb27

Complementary Color

#dbcb27 #2737db

#dbcb27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcb27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcb27 Color CSS Codes

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

#dbcb27 Text Font Color

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

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


#dbcb27 Background Color

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

This div background color is #dbcb27


#dbcb27 Border Color

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

This div border color is #dbcb27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcb27


Comments

No comments written yet.

Please login to write comment.