Color Hex Logo

#d7be23 Color Hex

#D7BE23
(215,190,35)
0 Favorites   0 Comments

Color spaces of #d7be23

RGB 21519035
HSL0.140.720.49
HSV52°84°84°
CMYK 0.000.120.84   0.16
XYZ46.741251.39539.0469
Yxy51.39530.43610.4795
Hunter Lab71.6905-9.078942.7013
CIE-Lab76.9178-5.847372.9309

#d7be23 color RGB value is (215,190,35).

#d7be23 hex color red value is 215, green value is 190 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #d7be23 hue: 0.14 , saturation: 0.72 and the lightness value of d7be23 is 0.49.

The process color (four color CMYK) of #d7be23 color hex is 0.00, 0.12, 0.84, 0.16. Web safe color of #d7be23 is #cccc33. Color #d7be23 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10111110 00100011
Octal 327 276 43
Decimal 215 190 35
Hex D7 BE 23

RGB Percentages of Color #d7be23

%48.86
%43.18
%7.95

CMYK Percentages of Color #d7be23

%0
%12
%84
%16

Triadic Colors of #d7be23

#d7be23 #23d7be #be23d7

Analogous Colors of #d7be23

#d7be23 #96d723 #d76423

Monochromatic Colors of #d7be23

#d7be23

Complementary Color

#d7be23 #233cd7

#d7be23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7be23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7be23 Color CSS Codes

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

#d7be23 Text Font Color

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

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


#d7be23 Background Color

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

This div background color is #d7be23


#d7be23 Border Color

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

This div border color is #d7be23


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,190,35, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7be23


Comments

No comments written yet.

Please login to write comment.