Color Hex Logo

#ebbc3f Color Hex

#EBBC3F
(235,188,63)
0 Favorites   0 Comments

Color spaces of #ebbc3f

RGB 23518863
HSL0.120.810.58
HSV44°73°92°
CMYK 0.000.200.73   0.08
XYZ53.141453.987512.3224
Yxy53.98750.44490.4520
Hunter Lab73.47620.516241.4900
CIE-Lab78.45444.778066.1120

#ebbc3f color RGB value is (235,188,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 00111111
Octal 353 274 77
Decimal 235 188 63
Hex EB BC 3F

RGB Percentages of Color #ebbc3f

%48.35
%38.68
%12.96

CMYK Percentages of Color #ebbc3f

%0
%20
%73
%8

Triadic Colors of #ebbc3f

#ebbc3f #3febbc #bc3feb

Analogous Colors of #ebbc3f

#ebbc3f #c4eb3f #eb663f

Monochromatic Colors of #ebbc3f

#ebbc3f

Complementary Color

#ebbc3f #3f6eeb

#ebbc3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbc3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbc3f Color CSS Codes

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

#ebbc3f Text Font Color

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

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


#ebbc3f Background Color

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

This div background color is #ebbc3f


#ebbc3f Border Color

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

This div border color is #ebbc3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbc3f


Comments

No comments written yet.

Please login to write comment.