Color Hex Logo

#e6bd21 Color Hex

#E6BD21
(230,189,33)
0 Favorites   0 Comments

Color spaces of #e6bd21

RGB 23018933
HSL0.130.800.52
HSV48°86°90°
CMYK 0.000.180.86   0.10
XYZ51.105253.32809.0386
Yxy53.32800.45040.4700
Hunter Lab73.0260-2.877443.7798
CIE-Lab78.06831.113074.9410

#e6bd21 color RGB value is (230,189,33).

#e6bd21 hex color red value is 230, green value is 189 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #e6bd21 hue: 0.13 , saturation: 0.80 and the lightness value of e6bd21 is 0.52.

The process color (four color CMYK) of #e6bd21 color hex is 0.00, 0.18, 0.86, 0.10. Web safe color of #e6bd21 is #ffcc33. Color #e6bd21 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111101 00100001
Octal 346 275 41
Decimal 230 189 33
Hex E6 BD 21

RGB Percentages of Color #e6bd21

%50.88
%41.81
%7.30

CMYK Percentages of Color #e6bd21

%0
%18
%86
%10

Triadic Colors of #e6bd21

#e6bd21 #21e6bd #bd21e6

Analogous Colors of #e6bd21

#e6bd21 #ade621 #e65b21

Monochromatic Colors of #e6bd21

#e6bd21

Complementary Color

#e6bd21 #214ae6

#e6bd21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6bd21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6bd21 Color CSS Codes

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

#e6bd21 Text Font Color

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

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


#e6bd21 Background Color

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

This div background color is #e6bd21


#e6bd21 Border Color

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

This div border color is #e6bd21


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,189,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e6bd21; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e6bd21;
  -webkit-box-shadow: 1px 1px 3px 2px #e6bd21;
  box-shadow:         1px 1px 3px 2px #e6bd21; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,189,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6bd21


Comments

No comments written yet.

Please login to write comment.