Color Hex Logo

#ebaf10 Color Hex

#EBAF10
(235,175,16)
0 Favorites   0 Comments

Color spaces of #ebaf10

RGB 23517516
HSL0.120.870.49
HSV44°93°92°
CMYK 0.000.260.93   0.08
XYZ49.684448.35957.2059
Yxy48.35950.47210.4595
Hunter Lab69.54105.834742.5350
CIE-Lab75.051110.314676.0864

#ebaf10 color RGB value is (235,175,16).

#ebaf10 hex color red value is 235, green value is 175 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ebaf10 hue: 0.12 , saturation: 0.87 and the lightness value of ebaf10 is 0.49.

The process color (four color CMYK) of #ebaf10 color hex is 0.00, 0.26, 0.93, 0.08. Web safe color of #ebaf10 is #ff9900. Color #ebaf10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101111 00010000
Octal 353 257 20
Decimal 235 175 16
Hex EB AF 10

RGB Percentages of Color #ebaf10

%55.16
%41.08
%3.76

CMYK Percentages of Color #ebaf10

%0
%26
%93
%8

Triadic Colors of #ebaf10

#ebaf10 #10ebaf #af10eb

Analogous Colors of #ebaf10

#ebaf10 #baeb10 #eb4110

Monochromatic Colors of #ebaf10

#ebaf10

Complementary Color

#ebaf10 #104ceb

#ebaf10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaf10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaf10 Color CSS Codes

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

#ebaf10 Text Font Color

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

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


#ebaf10 Background Color

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

This div background color is #ebaf10


#ebaf10 Border Color

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

This div border color is #ebaf10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaf10


Comments

No comments written yet.

Please login to write comment.