Color Hex Logo

#eccb5f Color Hex

#ECCB5F
(236,203,95)
0 Favorites   0 Comments

Color spaces of #eccb5f

RGB 23620395
HSL0.130.790.65
HSV46°60°93°
CMYK 0.000.140.60   0.07
XYZ58.013661.371019.6146
Yxy61.37100.41740.4415
Hunter Lab78.3396-4.908139.9928
CIE-Lab82.5778-0.772857.0073

#eccb5f color RGB value is (236,203,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001011 01011111
Octal 354 313 137
Decimal 236 203 95
Hex EC CB 5F

RGB Percentages of Color #eccb5f

%44.19
%38.01
%17.79

CMYK Percentages of Color #eccb5f

%0
%14
%60
%7

Triadic Colors of #eccb5f

#eccb5f #5feccb #cb5fec

Analogous Colors of #eccb5f

#eccb5f #c7ec5f #ec855f

Monochromatic Colors of #eccb5f

#eccb5f

Complementary Color

#eccb5f #5f80ec

#eccb5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccb5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccb5f Color CSS Codes

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

#eccb5f Text Font Color

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

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


#eccb5f Background Color

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

This div background color is #eccb5f


#eccb5f Border Color

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

This div border color is #eccb5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccb5f


Comments

No comments written yet.

Please login to write comment.