Color Hex Logo

#ecb23f Color Hex

#ECB23F
(236,178,63)
0 Favorites   0 Comments

Color spaces of #ecb23f

RGB 23617863
HSL0.110.820.59
HSV40°73°93°
CMYK 0.000.250.73   0.07
XYZ51.409750.032511.6503
Yxy50.03250.45460.4424
Hunter Lab70.73375.951139.7481
CIE-Lab76.089210.449363.8258

#ecb23f color RGB value is (236,178,63).

#ecb23f hex color red value is 236, green value is 178 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ecb23f hue: 0.11 , saturation: 0.82 and the lightness value of ecb23f is 0.59.

The process color (four color CMYK) of #ecb23f color hex is 0.00, 0.25, 0.73, 0.07. Web safe color of #ecb23f is #ff9933. Color #ecb23f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110010 00111111
Octal 354 262 77
Decimal 236 178 63
Hex EC B2 3F

RGB Percentages of Color #ecb23f

%49.48
%37.32
%13.21

CMYK Percentages of Color #ecb23f

%0
%25
%73
%7

Triadic Colors of #ecb23f

#ecb23f #3fecb2 #b23fec

Analogous Colors of #ecb23f

#ecb23f #d0ec3f #ec5b3f

Monochromatic Colors of #ecb23f

#ecb23f

Complementary Color

#ecb23f #3f79ec

#ecb23f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb23f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb23f Color CSS Codes

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

#ecb23f Text Font Color

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

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


#ecb23f Background Color

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

This div background color is #ecb23f


#ecb23f Border Color

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

This div border color is #ecb23f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,178,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb23f


Comments

No comments written yet.

Please login to write comment.