Color Hex Logo

#ecbe72 Color Hex

#ECBE72
(236,190,114)
0 Favorites   0 Comments

Color spaces of #ecbe72

RGB 236190114
HSL0.100.760.69
HSV37°52°93°
CMYK 0.000.190.52   0.07
XYZ56.042855.874723.7507
Yxy55.87470.41310.4118
Hunter Lab74.74943.017633.4859
CIE-Lab79.54257.452344.3351

#ecbe72 color RGB value is (236,190,114).

#ecbe72 hex color red value is 236, green value is 190 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #ecbe72 hue: 0.10 , saturation: 0.76 and the lightness value of ecbe72 is 0.69.

The process color (four color CMYK) of #ecbe72 color hex is 0.00, 0.19, 0.52, 0.07. Web safe color of #ecbe72 is #ffcc66. Color #ecbe72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111110 01110010
Octal 354 276 162
Decimal 236 190 114
Hex EC BE 72

RGB Percentages of Color #ecbe72

%43.70
%35.19
%21.11

CMYK Percentages of Color #ecbe72

%0
%19
%52
%7

Triadic Colors of #ecbe72

#ecbe72 #72ecbe #be72ec

Analogous Colors of #ecbe72

#ecbe72 #ddec72 #ec8172

Monochromatic Colors of #ecbe72

#ecbe72

Complementary Color

#ecbe72 #72a0ec

#ecbe72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbe72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbe72 Color CSS Codes

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

#ecbe72 Text Font Color

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

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


#ecbe72 Background Color

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

This div background color is #ecbe72


#ecbe72 Border Color

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

This div border color is #ecbe72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbe72


Comments

No comments written yet.

Please login to write comment.