Color Hex Logo

#ebcf47 Color Hex

#EBCF47
(235,207,71)
0 Favorites   0 Comments

Color spaces of #ebcf47

RGB 23520771
HSL0.140.800.60
HSV50°70°92°
CMYK 0.000.120.70   0.08
XYZ57.711162.742715.0301
Yxy62.74270.42600.4631
Hunter Lab79.2103-8.566344.1970
CIE-Lab83.3068-4.653667.8559

#ebcf47 color RGB value is (235,207,71).

#ebcf47 hex color red value is 235, green value is 207 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #ebcf47 hue: 0.14 , saturation: 0.80 and the lightness value of ebcf47 is 0.60.

The process color (four color CMYK) of #ebcf47 color hex is 0.00, 0.12, 0.70, 0.08. Web safe color of #ebcf47 is #ffcc33. Color #ebcf47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001111 01000111
Octal 353 317 107
Decimal 235 207 71
Hex EB CF 47

RGB Percentages of Color #ebcf47

%45.81
%40.35
%13.84

CMYK Percentages of Color #ebcf47

%0
%12
%70
%8

Triadic Colors of #ebcf47

#ebcf47 #47ebcf #cf47eb

Analogous Colors of #ebcf47

#ebcf47 #b5eb47 #eb7d47

Monochromatic Colors of #ebcf47

#ebcf47

Complementary Color

#ebcf47 #4763eb

#ebcf47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcf47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcf47 Color CSS Codes

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

#ebcf47 Text Font Color

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

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


#ebcf47 Background Color

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

This div background color is #ebcf47


#ebcf47 Border Color

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

This div border color is #ebcf47


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,207,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ebcf47; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ebcf47;
  -webkit-box-shadow: 1px 1px 3px 2px #ebcf47;
  box-shadow:         1px 1px 3px 2px #ebcf47; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,207,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcf47


Comments

No comments written yet.

Please login to write comment.