Color Hex Logo

#ecbb48 Color Hex

#ECBB48
(236,187,72)
0 Favorites   0 Comments

Color spaces of #ecbb48

RGB 23618772
HSL0.120.810.60
HSV42°69°93°
CMYK 0.000.210.69   0.07
XYZ53.532153.841413.7019
Yxy53.84140.44210.4447
Hunter Lab73.37671.815840.2923
CIE-Lab78.36926.152662.4818

#ecbb48 color RGB value is (236,187,72).

#ecbb48 hex color red value is 236, green value is 187 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #ecbb48 hue: 0.12 , saturation: 0.81 and the lightness value of ecbb48 is 0.60.

The process color (four color CMYK) of #ecbb48 color hex is 0.00, 0.21, 0.69, 0.07. Web safe color of #ecbb48 is #ffcc33. Color #ecbb48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111011 01001000
Octal 354 273 110
Decimal 236 187 72
Hex EC BB 48

RGB Percentages of Color #ecbb48

%47.68
%37.78
%14.55

CMYK Percentages of Color #ecbb48

%0
%21
%69
%7

Triadic Colors of #ecbb48

#ecbb48 #48ecbb #bb48ec

Analogous Colors of #ecbb48

#ecbb48 #cbec48 #ec6948

Monochromatic Colors of #ecbb48

#ecbb48

Complementary Color

#ecbb48 #4879ec

#ecbb48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbb48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbb48 Color CSS Codes

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

#ecbb48 Text Font Color

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

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


#ecbb48 Background Color

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

This div background color is #ecbb48


#ecbb48 Border Color

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

This div border color is #ecbb48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbb48


Comments

No comments written yet.

Please login to write comment.