color codes Logo

#ebaf7e color codes

#EBAF7E
(235,175,126)
0 Favorites   0 Comments

Color spaces of #ebaf7e

RGB 235175126
HSL0.070.730.71
HSV27°46°92°
CMYK 0.000.260.46   0.08
XYZ53.356849.828526.5443
Yxy49.82850.41130.3841
Hunter Lab70.589311.392727.1172
CIE-Lab75.963916.069033.6187

#ebaf7e color RGB value is (235,175,126).

#ebaf7e hex color red value is 235, green value is 175 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ebaf7e hue: 0.07 , saturation: 0.73 and the lightness value of ebaf7e is 0.71.

The process color (four color CMYK) of #ebaf7e color code is 0.00, 0.26, 0.46, 0.08. Web safe color of #ebaf7e is #ff9966. Color #ebaf7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101111 01111110
Octal 353 257 176
Decimal 235 175 126
Hex EB AF 7E

RGB Percentages of Color #ebaf7e

%43.84
%32.65
%23.51

CMYK Percentages of Color #ebaf7e

%0
%26
%46
%8

Triadic Colors of #ebaf7e

#ebaf7e #7eebaf #af7eeb

Analogous Colors of #ebaf7e

#ebaf7e #ebe67e #eb7e84

Monochromatic Colors of #ebaf7e

#ebaf7e

Complementary Color

#ebaf7e #7ebaeb

#ebaf7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaf7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaf7e Color CSS Codes

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

#ebaf7e Text Font Color

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

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


#ebaf7e Background Color

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

This div background color is #ebaf7e


#ebaf7e Border Color

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

This div border color is #ebaf7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaf7e


Comments

No comments written yet.

Please login to write comment.