Color Hex Logo

#ebcd3d Color Hex

#EBCD3D
(235,205,61)
0 Favorites   0 Comments

Color spaces of #ebcd3d

RGB 23520561
HSL0.140.810.58
HSV50°74°92°
CMYK 0.000.130.74   0.08
XYZ56.934661.661713.3160
Yxy61.66170.43160.4674
Hunter Lab78.5250-7.997144.9133
CIE-Lab82.7332-4.088670.9559

#ebcd3d color RGB value is (235,205,61).

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

The process color (four color CMYK) of #ebcd3d color hex is 0.00, 0.13, 0.74, 0.08. Web safe color of #ebcd3d is #ffcc33. Color #ebcd3d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001101 00111101
Octal 353 315 75
Decimal 235 205 61
Hex EB CD 3D

RGB Percentages of Color #ebcd3d

%46.91
%40.92
%12.18

CMYK Percentages of Color #ebcd3d

%0
%13
%74
%8

Triadic Colors of #ebcd3d

#ebcd3d #3debcd #cd3deb

Analogous Colors of #ebcd3d

#ebcd3d #b2eb3d #eb763d

Monochromatic Colors of #ebcd3d

#ebcd3d

Complementary Color

#ebcd3d #3d5beb

#ebcd3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcd3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcd3d Color CSS Codes

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

#ebcd3d Text Font Color

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

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


#ebcd3d Background Color

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

This div background color is #ebcd3d


#ebcd3d Border Color

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

This div border color is #ebcd3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcd3d


Comments

No comments written yet.

Please login to write comment.