Color Hex Logo

#ebbf22 Color Hex

#EBBF22
(235,191,34)
0 Favorites   0 Comments

Color spaces of #ebbf22

RGB 23519134
HSL0.130.830.53
HSV47°86°92°
CMYK 0.000.190.86   0.08
XYZ53.180555.03939.3341
Yxy55.03930.45240.4682
Hunter Lab74.1885-1.875744.4723
CIE-Lab79.06392.252075.7170

#ebbf22 color RGB value is (235,191,34).

#ebbf22 hex color red value is 235, green value is 191 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #ebbf22 hue: 0.13 , saturation: 0.83 and the lightness value of ebbf22 is 0.53.

The process color (four color CMYK) of #ebbf22 color hex is 0.00, 0.19, 0.86, 0.08. Web safe color of #ebbf22 is #ffcc33. Color #ebbf22 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 00100010
Octal 353 277 42
Decimal 235 191 34
Hex EB BF 22

RGB Percentages of Color #ebbf22

%51.09
%41.52
%7.39

CMYK Percentages of Color #ebbf22

%0
%19
%86
%8

Triadic Colors of #ebbf22

#ebbf22 #22ebbf #bf22eb

Analogous Colors of #ebbf22

#ebbf22 #b3eb22 #eb5b22

Monochromatic Colors of #ebbf22

#ebbf22

Complementary Color

#ebbf22 #224eeb

#ebbf22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbf22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbf22 Color CSS Codes

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

#ebbf22 Text Font Color

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

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


#ebbf22 Background Color

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

This div background color is #ebbf22


#ebbf22 Border Color

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

This div border color is #ebbf22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbf22


Comments

No comments written yet.

Please login to write comment.