Color Hex Logo

#ebbb45 Color Hex

#EBBB45
(235,187,69)
0 Favorites   0 Comments

Color spaces of #ebbb45

RGB 23518769
HSL0.120.810.60
HSV43°71°92°
CMYK 0.000.200.71   0.08
XYZ53.105553.632513.1834
Yxy53.63250.44280.4472
Hunter Lab73.23421.278740.5907
CIE-Lab78.24705.579663.5516

#ebbb45 color RGB value is (235,187,69).

#ebbb45 hex color red value is 235, green value is 187 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #ebbb45 hue: 0.12 , saturation: 0.81 and the lightness value of ebbb45 is 0.60.

The process color (four color CMYK) of #ebbb45 color hex is 0.00, 0.20, 0.71, 0.08. Web safe color of #ebbb45 is #ffcc33. Color #ebbb45 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 01000101
Octal 353 273 105
Decimal 235 187 69
Hex EB BB 45

RGB Percentages of Color #ebbb45

%47.86
%38.09
%14.05

CMYK Percentages of Color #ebbb45

%0
%20
%71
%8

Triadic Colors of #ebbb45

#ebbb45 #45ebbb #bb45eb

Analogous Colors of #ebbb45

#ebbb45 #c8eb45 #eb6845

Monochromatic Colors of #ebbb45

#ebbb45

Complementary Color

#ebbb45 #4575eb

#ebbb45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbb45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbb45 Color CSS Codes

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

#ebbb45 Text Font Color

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

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


#ebbb45 Background Color

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

This div background color is #ebbb45


#ebbb45 Border Color

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

This div border color is #ebbb45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbb45


Comments

No comments written yet.

Please login to write comment.