Color Hex Logo

#ecd27b Color Hex

#ECD27B
(236,210,123)
0 Favorites   0 Comments

Color spaces of #ecd27b

RGB 236210123
HSL0.130.750.70
HSV46°48°93°
CMYK 0.000.110.48   0.07
XYZ61.213865.356128.1276
Yxy65.35610.39570.4225
Hunter Lab80.8431-6.316635.9615
CIE-Lab84.6669-2.118046.1876

#ecd27b color RGB value is (236,210,123).

#ecd27b hex color red value is 236, green value is 210 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ecd27b hue: 0.13 , saturation: 0.75 and the lightness value of ecd27b is 0.70.

The process color (four color CMYK) of #ecd27b color hex is 0.00, 0.11, 0.48, 0.07. Web safe color of #ecd27b is #ffcc66. Color #ecd27b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010010 01111011
Octal 354 322 173
Decimal 236 210 123
Hex EC D2 7B

RGB Percentages of Color #ecd27b

%41.48
%36.91
%21.62

CMYK Percentages of Color #ecd27b

%0
%11
%48
%7

Triadic Colors of #ecd27b

#ecd27b #7becd2 #d27bec

Analogous Colors of #ecd27b

#ecd27b #ceec7b #ec9a7b

Monochromatic Colors of #ecd27b

#ecd27b

Complementary Color

#ecd27b #7b95ec

#ecd27b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd27b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd27b Color CSS Codes

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

#ecd27b Text Font Color

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

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


#ecd27b Background Color

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

This div background color is #ecd27b


#ecd27b Border Color

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

This div border color is #ecd27b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd27b


Comments

No comments written yet.

Please login to write comment.