Color Hex Logo

#ebbc2d Color Hex

#EBBC2D
(235,188,45)
0 Favorites   0 Comments

Color spaces of #ebbc2d

RGB 23518845
HSL0.130.830.55
HSV45°81°92°
CMYK 0.000.200.81   0.08
XYZ52.717853.818110.0920
Yxy53.81810.45200.4615
Hunter Lab73.3608-0.109643.1962
CIE-Lab78.35554.106972.1708

#ebbc2d color RGB value is (235,188,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 00101101
Octal 353 274 55
Decimal 235 188 45
Hex EB BC 2D

RGB Percentages of Color #ebbc2d

%50.21
%40.17
%9.62

CMYK Percentages of Color #ebbc2d

%0
%20
%81
%8

Triadic Colors of #ebbc2d

#ebbc2d #2debbc #bc2deb

Analogous Colors of #ebbc2d

#ebbc2d #bbeb2d #eb5d2d

Monochromatic Colors of #ebbc2d

#ebbc2d

Complementary Color

#ebbc2d #2d5ceb

#ebbc2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbc2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbc2d Color CSS Codes

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

#ebbc2d Text Font Color

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

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


#ebbc2d Background Color

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

This div background color is #ebbc2d


#ebbc2d Border Color

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

This div border color is #ebbc2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbc2d


Comments

No comments written yet.

Please login to write comment.