Color Hex Logo

#ebcf60 Color Hex

#EBCF60
(235,207,96)
0 Favorites   0 Comments

Color spaces of #ebcf60

RGB 23520796
HSL0.130.780.65
HSV48°59°92°
CMYK 0.000.120.59   0.08
XYZ58.685163.132320.1591
Yxy63.13230.41330.4447
Hunter Lab79.4558-7.209840.5764
CIE-Lab83.5119-3.169257.5822

#ebcf60 color RGB value is (235,207,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001111 01100000
Octal 353 317 140
Decimal 235 207 96
Hex EB CF 60

RGB Percentages of Color #ebcf60

%43.68
%38.48
%17.84

CMYK Percentages of Color #ebcf60

%0
%12
%59
%8

Triadic Colors of #ebcf60

#ebcf60 #60ebcf #cf60eb

Analogous Colors of #ebcf60

#ebcf60 #c2eb60 #eb8a60

Monochromatic Colors of #ebcf60

#ebcf60

Complementary Color

#ebcf60 #607ceb

#ebcf60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcf60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcf60 Color CSS Codes

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

#ebcf60 Text Font Color

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

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


#ebcf60 Background Color

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

This div background color is #ebcf60


#ebcf60 Border Color

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

This div border color is #ebcf60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcf60


Comments

No comments written yet.

Please login to write comment.