Color Hex Logo

#ecb25f Color Hex

#ECB25F
(236,178,95)
0 Favorites   0 Comments

Color spaces of #ecb25f

RGB 23617895
HSL0.100.790.65
HSV35°60°93°
CMYK 0.000.250.60   0.07
XYZ52.578050.499917.8028
Yxy50.49990.43500.4178
Hunter Lab71.06337.707134.8909
CIE-Lab76.375112.279949.9038

#ecb25f color RGB value is (236,178,95).

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

The process color (four color CMYK) of #ecb25f color hex is 0.00, 0.25, 0.60, 0.07. Web safe color of #ecb25f is #ff9966. Color #ecb25f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110010 01011111
Octal 354 262 137
Decimal 236 178 95
Hex EC B2 5F

RGB Percentages of Color #ecb25f

%46.37
%34.97
%18.66

CMYK Percentages of Color #ecb25f

%0
%25
%60
%7

Triadic Colors of #ecb25f

#ecb25f #5fecb2 #b25fec

Analogous Colors of #ecb25f

#ecb25f #e0ec5f #ec6c5f

Monochromatic Colors of #ecb25f

#ecb25f

Complementary Color

#ecb25f #5f99ec

#ecb25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb25f Color CSS Codes

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

#ecb25f Text Font Color

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

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


#ecb25f Background Color

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

This div background color is #ecb25f


#ecb25f Border Color

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

This div border color is #ecb25f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb25f


Comments

No comments written yet.

Please login to write comment.