Color Hex Logo

#ecbf83 Color Hex

#ECBF83
(236,191,131)
0 Favorites   0 Comments

Color spaces of #ecbf83

RGB 236191131
HSL0.100.730.72
HSV34°44°93°
CMYK 0.000.190.44   0.07
XYZ57.319656.733229.4023
Yxy56.73320.39960.3955
Hunter Lab75.32144.025929.5807
CIE-Lab80.02938.514036.2960

#ecbf83 color RGB value is (236,191,131).

#ecbf83 hex color red value is 236, green value is 191 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #ecbf83 hue: 0.10 , saturation: 0.73 and the lightness value of ecbf83 is 0.72.

The process color (four color CMYK) of #ecbf83 color hex is 0.00, 0.19, 0.44, 0.07. Web safe color of #ecbf83 is #ffcc99. Color #ecbf83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111111 10000011
Octal 354 277 203
Decimal 236 191 131
Hex EC BF 83

RGB Percentages of Color #ecbf83

%42.29
%34.23
%23.48

CMYK Percentages of Color #ecbf83

%0
%19
%44
%7

Triadic Colors of #ecbf83

#ecbf83 #83ecbf #bf83ec

Analogous Colors of #ecbf83

#ecbf83 #e5ec83 #ec8b83

Monochromatic Colors of #ecbf83

#ecbf83

Complementary Color

#ecbf83 #83b0ec

#ecbf83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbf83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbf83 Color CSS Codes

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

#ecbf83 Text Font Color

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

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


#ecbf83 Background Color

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

This div background color is #ecbf83


#ecbf83 Border Color

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

This div border color is #ecbf83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbf83


Comments

No comments written yet.

Please login to write comment.