Color Hex Logo

#ebcc70 Color Hex

#EBCC70
(235,204,112)
0 Favorites   0 Comments

Color spaces of #ebcc70

RGB 235204112
HSL0.120.750.68
HSV45°52°92°
CMYK 0.000.130.52   0.08
XYZ58.778462.017824.2019
Yxy62.01780.40540.4277
Hunter Lab78.7514-4.586236.9049
CIE-Lab82.9229-0.404649.4059

#ebcc70 color RGB value is (235,204,112).

#ebcc70 hex color red value is 235, green value is 204 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ebcc70 hue: 0.12 , saturation: 0.75 and the lightness value of ebcc70 is 0.68.

The process color (four color CMYK) of #ebcc70 color hex is 0.00, 0.13, 0.52, 0.08. Web safe color of #ebcc70 is #ffcc66. Color #ebcc70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001100 01110000
Octal 353 314 160
Decimal 235 204 112
Hex EB CC 70

RGB Percentages of Color #ebcc70

%42.65
%37.02
%20.33

CMYK Percentages of Color #ebcc70

%0
%13
%52
%8

Triadic Colors of #ebcc70

#ebcc70 #70ebcc #cc70eb

Analogous Colors of #ebcc70

#ebcc70 #cdeb70 #eb8f70

Monochromatic Colors of #ebcc70

#ebcc70

Complementary Color

#ebcc70 #708feb

#ebcc70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcc70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcc70 Color CSS Codes

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

#ebcc70 Text Font Color

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

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


#ebcc70 Background Color

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

This div background color is #ebcc70


#ebcc70 Border Color

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

This div border color is #ebcc70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcc70


Comments

No comments written yet.

Please login to write comment.