color codes Logo

#eb845c color codes

#EB845C
(235,132,92)
0 Favorites   0 Comments

Color spaces of #eb845c

RGB 23513292
HSL0.050.780.64
HSV17°61°92°
CMYK 0.000.440.61   0.08
XYZ44.444034.937414.5264
Yxy34.93740.47330.3720
Hunter Lab59.107930.777826.8043
CIE-Lab65.699935.931538.6670

#eb845c color RGB value is (235,132,92).

#eb845c hex color red value is 235, green value is 132 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #eb845c hue: 0.05 , saturation: 0.78 and the lightness value of eb845c is 0.64.

The process color (four color CMYK) of #eb845c color code is 0.00, 0.44, 0.61, 0.08. Web safe color of #eb845c is #ff9966. Color #eb845c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000100 01011100
Octal 353 204 134
Decimal 235 132 92
Hex EB 84 5C

RGB Percentages of Color #eb845c

%51.20
%28.76
%20.04

CMYK Percentages of Color #eb845c

%0
%44
%61
%8

Triadic Colors of #eb845c

#eb845c #5ceb84 #845ceb

Analogous Colors of #eb845c

#eb845c #ebcc5c #eb5c7c

Monochromatic Colors of #eb845c

#eb845c

Complementary Color

#eb845c #5cc3eb

#eb845c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb845c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb845c Color CSS Codes

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

#eb845c Text Font Color

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

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


#eb845c Background Color

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

This div background color is #eb845c


#eb845c Border Color

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

This div border color is #eb845c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,132,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eb845c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eb845c;
  -webkit-box-shadow: 1px 1px 3px 2px #eb845c;
  box-shadow:         1px 1px 3px 2px #eb845c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,132,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb845c


Comments

No comments written yet.

Please login to write comment.