Color Hex Logo

#ebbc1d Color Hex

#EBBC1D
(235,188,29)
0 Favorites   0 Comments

Color spaces of #ebbc1d

RGB 23518829
HSL0.130.840.52
HSV46°88°92°
CMYK 0.000.200.88   0.08
XYZ52.465953.71738.7656
Yxy53.71730.45640.4673
Hunter Lab73.2921-0.482544.2135
CIE-Lab78.29663.705676.2221

#ebbc1d color RGB value is (235,188,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 00011101
Octal 353 274 35
Decimal 235 188 29
Hex EB BC 1D

RGB Percentages of Color #ebbc1d

%51.99
%41.59
%6.42

CMYK Percentages of Color #ebbc1d

%0
%20
%88
%8

Triadic Colors of #ebbc1d

#ebbc1d #1debbc #bc1deb

Analogous Colors of #ebbc1d

#ebbc1d #b3eb1d #eb551d

Monochromatic Colors of #ebbc1d

#ebbc1d

Complementary Color

#ebbc1d #1d4ceb

#ebbc1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbc1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbc1d Color CSS Codes

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

#ebbc1d Text Font Color

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

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


#ebbc1d Background Color

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

This div background color is #ebbc1d


#ebbc1d Border Color

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

This div border color is #ebbc1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbc1d


Comments

No comments written yet.

Please login to write comment.