Color Hex Logo

#ecb85d Color Hex

#ECB85D
(236,184,93)
0 Favorites   0 Comments

Color spaces of #ecb85d

RGB 23618493
HSL0.110.790.65
HSV38°61°93°
CMYK 0.000.220.61   0.07
XYZ53.708352.904217.7367
Yxy52.90420.43190.4254
Hunter Lab72.73534.519136.4567
CIE-Lab77.81848.979152.5278

#ecb85d color RGB value is (236,184,93).

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

The process color (four color CMYK) of #ecb85d color hex is 0.00, 0.22, 0.61, 0.07. Web safe color of #ecb85d is #ffcc66. Color #ecb85d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111000 01011101
Octal 354 270 135
Decimal 236 184 93
Hex EC B8 5D

RGB Percentages of Color #ecb85d

%46.00
%35.87
%18.13

CMYK Percentages of Color #ecb85d

%0
%22
%61
%7

Triadic Colors of #ecb85d

#ecb85d #5decb8 #b85dec

Analogous Colors of #ecb85d

#ecb85d #d9ec5d #ec715d

Monochromatic Colors of #ecb85d

#ecb85d

Complementary Color

#ecb85d #5d91ec

#ecb85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb85d Color CSS Codes

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

#ecb85d Text Font Color

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

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


#ecb85d Background Color

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

This div background color is #ecb85d


#ecb85d Border Color

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

This div border color is #ecb85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb85d


Comments

No comments written yet.

Please login to write comment.