Color Hex Logo

#ebcf7a Color Hex

#EBCF7A
(235,207,122)
0 Favorites   0 Comments

Color spaces of #ebcf7a

RGB 235207122
HSL0.130.740.70
HSV45°48°92°
CMYK 0.000.120.48   0.08
XYZ60.086663.693027.5394
Yxy63.69300.39710.4209
Hunter Lab79.8079-5.272935.4063
CIE-Lab83.8057-1.072645.5969

#ebcf7a color RGB value is (235,207,122).

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

The process color (four color CMYK) of #ebcf7a color hex is 0.00, 0.12, 0.48, 0.08. Web safe color of #ebcf7a is #ffcc66. Color #ebcf7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001111 01111010
Octal 353 317 172
Decimal 235 207 122
Hex EB CF 7A

RGB Percentages of Color #ebcf7a

%41.67
%36.70
%21.63

CMYK Percentages of Color #ebcf7a

%0
%12
%48
%8

Triadic Colors of #ebcf7a

#ebcf7a #7aebcf #cf7aeb

Analogous Colors of #ebcf7a

#ebcf7a #cfeb7a #eb977a

Monochromatic Colors of #ebcf7a

#ebcf7a

Complementary Color

#ebcf7a #7a96eb

#ebcf7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcf7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcf7a Color CSS Codes

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

#ebcf7a Text Font Color

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

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


#ebcf7a Background Color

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

This div background color is #ebcf7a


#ebcf7a Border Color

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

This div border color is #ebcf7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcf7a

#ebcf7a Color Palettes


Comments

No comments written yet.

Please login to write comment.