Color Hex Logo

#ecbd90 Color Hex

#ECBD90
(236,189,144)
0 Favorites   0 Comments

Color spaces of #ecbd90

RGB 236189144
HSL0.080.710.75
HSV29°39°93°
CMYK 0.000.200.39   0.07
XYZ57.823756.241734.1936
Yxy56.24170.39000.3793
Hunter Lab74.99456.390225.4630
CIE-Lab79.751210.947629.1448

#ecbd90 color RGB value is (236,189,144).

#ecbd90 hex color red value is 236, green value is 189 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ecbd90 hue: 0.08 , saturation: 0.71 and the lightness value of ecbd90 is 0.75.

The process color (four color CMYK) of #ecbd90 color hex is 0.00, 0.20, 0.39, 0.07. Web safe color of #ecbd90 is #ffcc99. Color #ecbd90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111101 10010000
Octal 354 275 220
Decimal 236 189 144
Hex EC BD 90

RGB Percentages of Color #ecbd90

%41.48
%33.22
%25.31

CMYK Percentages of Color #ecbd90

%0
%20
%39
%7

Triadic Colors of #ecbd90

#ecbd90 #90ecbd #bd90ec

Analogous Colors of #ecbd90

#ecbd90 #eceb90 #ec9091

Monochromatic Colors of #ecbd90

#ecbd90

Complementary Color

#ecbd90 #90bfec

#ecbd90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbd90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbd90 Color CSS Codes

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

#ecbd90 Text Font Color

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

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


#ecbd90 Background Color

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

This div background color is #ecbd90


#ecbd90 Border Color

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

This div border color is #ecbd90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbd90


Comments

No comments written yet.

Please login to write comment.