color codes Logo

#eba27b color codes

#EBA27B
(235,162,123)
0 Favorites   0 Comments

Color spaces of #eba27b

RGB 235162123
HSL0.060.740.70
HSV21°48°92°
CMYK 0.000.310.48   0.08
XYZ50.756444.932924.7367
Yxy44.93290.42150.3731
Hunter Lab67.032017.853625.0427
CIE-Lab72.847722.688331.1489

#eba27b color RGB value is (235,162,123).

#eba27b hex color red value is 235, green value is 162 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #eba27b hue: 0.06 , saturation: 0.74 and the lightness value of eba27b is 0.70.

The process color (four color CMYK) of #eba27b color code is 0.00, 0.31, 0.48, 0.08. Web safe color of #eba27b is #ff9966. Color #eba27b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100010 01111011
Octal 353 242 173
Decimal 235 162 123
Hex EB A2 7B

RGB Percentages of Color #eba27b

%45.19
%31.15
%23.65

CMYK Percentages of Color #eba27b

%0
%31
%48
%8

Triadic Colors of #eba27b

#eba27b #7beba2 #a27beb

Analogous Colors of #eba27b

#eba27b #ebda7b #eb7b8c

Monochromatic Colors of #eba27b

#eba27b

Complementary Color

#eba27b #7bc4eb

#eba27b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba27b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba27b Color CSS Codes

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

#eba27b Text Font Color

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

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


#eba27b Background Color

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

This div background color is #eba27b


#eba27b Border Color

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

This div border color is #eba27b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,162,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 #eba27b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba27b


Comments

No comments written yet.

Please login to write comment.