Color Hex Logo

#ebd271 Color Hex

#EBD271
(235,210,113)
0 Favorites   0 Comments

Color spaces of #ebd271

RGB 235210113
HSL0.130.750.68
HSV48°52°92°
CMYK 0.000.110.52   0.08
XYZ60.288264.947624.9814
Yxy64.94760.40130.4324
Hunter Lab80.5901-7.499538.0343
CIE-Lab84.4567-3.399550.7634

#ebd271 color RGB value is (235,210,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 01110001
Octal 353 322 161
Decimal 235 210 113
Hex EB D2 71

RGB Percentages of Color #ebd271

%42.11
%37.63
%20.25

CMYK Percentages of Color #ebd271

%0
%11
%52
%8

Triadic Colors of #ebd271

#ebd271 #71ebd2 #d271eb

Analogous Colors of #ebd271

#ebd271 #c7eb71 #eb9571

Monochromatic Colors of #ebd271

#ebd271

Complementary Color

#ebd271 #718aeb

#ebd271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd271 Color CSS Codes

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

#ebd271 Text Font Color

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

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


#ebd271 Background Color

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

This div background color is #ebd271


#ebd271 Border Color

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

This div border color is #ebd271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd271


Comments

No comments written yet.

Please login to write comment.