Color Hex Logo

#ecb481 Color Hex

#ECB481
(236,180,129)
0 Favorites   0 Comments

Color spaces of #ecb481

RGB 236180129
HSL0.080.740.72
HSV29°45°93°
CMYK 0.000.240.45   0.07
XYZ54.875852.060427.9253
Yxy52.06040.40690.3860
Hunter Lab72.15299.490427.5600
CIE-Lab77.316914.114433.8214

#ecb481 color RGB value is (236,180,129).

#ecb481 hex color red value is 236, green value is 180 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #ecb481 hue: 0.08 , saturation: 0.74 and the lightness value of ecb481 is 0.72.

The process color (four color CMYK) of #ecb481 color hex is 0.00, 0.24, 0.45, 0.07. Web safe color of #ecb481 is #ffcc99. Color #ecb481 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110100 10000001
Octal 354 264 201
Decimal 236 180 129
Hex EC B4 81

RGB Percentages of Color #ecb481

%43.30
%33.03
%23.67

CMYK Percentages of Color #ecb481

%0
%24
%45
%7

Triadic Colors of #ecb481

#ecb481 #81ecb4 #b481ec

Analogous Colors of #ecb481

#ecb481 #ecea81 #ec8184

Monochromatic Colors of #ecb481

#ecb481

Complementary Color

#ecb481 #81b9ec

#ecb481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb481 Color CSS Codes

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

#ecb481 Text Font Color

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

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


#ecb481 Background Color

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

This div background color is #ecb481


#ecb481 Border Color

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

This div border color is #ecb481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb481


Comments

No comments written yet.

Please login to write comment.