Color Hex Logo

#e0bf06 Color Hex

#E0BF06
(224,191,6)
0 Favorites   0 Comments

Color spaces of #e0bf06

RGB 2241916
HSL0.140.950.45
HSV51°97°88°
CMYK 0.000.150.97   0.12
XYZ49.404153.12207.8220
Yxy53.12200.44770.4814
Hunter Lab72.8848-6.554444.6564
CIE-Lab77.9470-2.926478.8364

#e0bf06 color RGB value is (224,191,6).

#e0bf06 hex color red value is 224, green value is 191 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #e0bf06 hue: 0.14 , saturation: 0.95 and the lightness value of e0bf06 is 0.45.

The process color (four color CMYK) of #e0bf06 color hex is 0.00, 0.15, 0.97, 0.12. Web safe color of #e0bf06 is #cccc00. Color #e0bf06 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111111 00000110
Octal 340 277 6
Decimal 224 191 6
Hex E0 BF 6

RGB Percentages of Color #e0bf06

%53.21
%45.37
%1.43

CMYK Percentages of Color #e0bf06

%0
%15
%97
%12

Triadic Colors of #e0bf06

#e0bf06 #06e0bf #bf06e0

Analogous Colors of #e0bf06

#e0bf06 #94e006 #e05206

Monochromatic Colors of #e0bf06

#e0bf06

Complementary Color

#e0bf06 #0627e0

#e0bf06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bf06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bf06 Color CSS Codes

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

#e0bf06 Text Font Color

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

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


#e0bf06 Background Color

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

This div background color is #e0bf06


#e0bf06 Border Color

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

This div border color is #e0bf06


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,191,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0bf06; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0bf06;
  -webkit-box-shadow: 1px 1px 3px 2px #e0bf06;
  box-shadow:         1px 1px 3px 2px #e0bf06; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,191,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bf06


Comments

No comments written yet.

Please login to write comment.