Color Hex Logo

#ebcf3d Color Hex

#EBCF3D
(235,207,61)
0 Favorites   0 Comments

Color spaces of #ebcf3d

RGB 23520761
HSL0.140.810.58
HSV50°74°92°
CMYK 0.000.120.74   0.08
XYZ57.416162.624713.4765
Yxy62.62470.43000.4690
Hunter Lab79.1358-8.978945.2982
CIE-Lab83.2445-5.107871.4402

#ebcf3d color RGB value is (235,207,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001111 00111101
Octal 353 317 75
Decimal 235 207 61
Hex EB CF 3D

RGB Percentages of Color #ebcf3d

%46.72
%41.15
%12.13

CMYK Percentages of Color #ebcf3d

%0
%12
%74
%8

Triadic Colors of #ebcf3d

#ebcf3d #3debcf #cf3deb

Analogous Colors of #ebcf3d

#ebcf3d #b0eb3d #eb783d

Monochromatic Colors of #ebcf3d

#ebcf3d

Complementary Color

#ebcf3d #3d59eb

#ebcf3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcf3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcf3d Color CSS Codes

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

#ebcf3d Text Font Color

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

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


#ebcf3d Background Color

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

This div background color is #ebcf3d


#ebcf3d Border Color

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

This div border color is #ebcf3d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,207,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 #ebcf3d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcf3d


Comments

No comments written yet.

Please login to write comment.