color codes Logo

#e6bf2f color codes

#E6BF2F
(230,191,47)
0 Favorites   0 Comments

Color spaces of #e6bf2f

RGB 23019147
HSL0.130.790.54
HSV47°80°90°
CMYK 0.000.170.80   0.10
XYZ51.777054.289810.4394
Yxy54.28980.44440.4660
Hunter Lab73.6816-3.508643.1768
CIE-Lab78.63040.463771.6178

#e6bf2f color RGB value is (230,191,47).

#e6bf2f hex color red value is 230, green value is 191 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #e6bf2f hue: 0.13 , saturation: 0.79 and the lightness value of e6bf2f is 0.54.

The process color (four color CMYK) of #e6bf2f color code is 0.00, 0.17, 0.80, 0.10. Web safe color of #e6bf2f is #ffcc33. Color #e6bf2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111111 00101111
Octal 346 277 57
Decimal 230 191 47
Hex E6 BF 2F

RGB Percentages of Color #e6bf2f

%49.15
%40.81
%10.04

CMYK Percentages of Color #e6bf2f

%0
%17
%80
%10

Triadic Colors of #e6bf2f

#e6bf2f #2fe6bf #bf2fe6

Analogous Colors of #e6bf2f

#e6bf2f #b2e62f #e6642f

Monochromatic Colors of #e6bf2f

#e6bf2f

Complementary Color

#e6bf2f #2f56e6

#e6bf2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6bf2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6bf2f Color CSS Codes

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

#e6bf2f Text Font Color

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

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


#e6bf2f Background Color

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

This div background color is #e6bf2f


#e6bf2f Border Color

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

This div border color is #e6bf2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6bf2f


Comments

No comments written yet.

Please login to write comment.