Color Hex Logo

#d8be30 Color Hex

#D8BE30
(216,190,48)
0 Favorites   0 Comments

Color spaces of #d8be30

RGB 21619048
HSL0.140.680.52
HSV51°78°85°
CMYK 0.000.120.78   0.15
XYZ47.265951.639210.2725
Yxy51.63920.43290.4730
Hunter Lab71.8604-8.348141.8267
CIE-Lab77.0646-5.008669.4086

#d8be30 color RGB value is (216,190,48).

#d8be30 hex color red value is 216, green value is 190 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #d8be30 hue: 0.14 , saturation: 0.68 and the lightness value of d8be30 is 0.52.

The process color (four color CMYK) of #d8be30 color hex is 0.00, 0.12, 0.78, 0.15. Web safe color of #d8be30 is #cccc33. Color #d8be30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10111110 00110000
Octal 330 276 60
Decimal 216 190 48
Hex D8 BE 30

RGB Percentages of Color #d8be30

%47.58
%41.85
%10.57

CMYK Percentages of Color #d8be30

%0
%12
%78
%15

Triadic Colors of #d8be30

#d8be30 #30d8be #be30d8

Analogous Colors of #d8be30

#d8be30 #9ed830 #d86a30

Monochromatic Colors of #d8be30

#d8be30

Complementary Color

#d8be30 #304ad8

#d8be30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8be30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8be30 Color CSS Codes

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

#d8be30 Text Font Color

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

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


#d8be30 Background Color

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

This div background color is #d8be30


#d8be30 Border Color

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

This div border color is #d8be30


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,190,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 #d8be30">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8be30


Comments

No comments written yet.

Please login to write comment.