Color Hex Logo

#ebcb5f Color Hex

#EBCB5F
(235,203,95)
0 Favorites   0 Comments

Color spaces of #ebcb5f

RGB 23520395
HSL0.130.780.65
HSV46°60°92°
CMYK 0.000.140.60   0.08
XYZ57.682461.200319.5991
Yxy61.20030.41650.4419
Hunter Lab78.2306-5.288839.9075
CIE-Lab82.4863-1.187256.8793

#ebcb5f color RGB value is (235,203,95).

#ebcb5f hex color red value is 235, green value is 203 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ebcb5f hue: 0.13 , saturation: 0.78 and the lightness value of ebcb5f is 0.65.

The process color (four color CMYK) of #ebcb5f color hex is 0.00, 0.14, 0.60, 0.08. Web safe color of #ebcb5f is #ffcc66. Color #ebcb5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001011 01011111
Octal 353 313 137
Decimal 235 203 95
Hex EB CB 5F

RGB Percentages of Color #ebcb5f

%44.09
%38.09
%17.82

CMYK Percentages of Color #ebcb5f

%0
%14
%60
%8

Triadic Colors of #ebcb5f

#ebcb5f #5febcb #cb5feb

Analogous Colors of #ebcb5f

#ebcb5f #c5eb5f #eb855f

Monochromatic Colors of #ebcb5f

#ebcb5f

Complementary Color

#ebcb5f #5f7feb

#ebcb5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcb5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcb5f Color CSS Codes

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

#ebcb5f Text Font Color

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

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


#ebcb5f Background Color

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

This div background color is #ebcb5f


#ebcb5f Border Color

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

This div border color is #ebcb5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcb5f


Comments

No comments written yet.

Please login to write comment.