Color Hex Logo

#ebe671 Color Hex

#EBE671
(235,230,113)
0 Favorites   0 Comments

Color spaces of #ebe671

RGB 235230113
HSL0.160.750.68
HSV58°52°92°
CMYK 0.000.020.52   0.08
XYZ65.538475.448126.7315
Yxy75.44810.39080.4499
Hunter Lab86.8609-17.324442.5561
CIE-Lab89.6025-13.454256.8405

#ebe671 color RGB value is (235,230,113).

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

The process color (four color CMYK) of #ebe671 color hex is 0.00, 0.02, 0.52, 0.08. Web safe color of #ebe671 is #ffff66. Color #ebe671 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100110 01110001
Octal 353 346 161
Decimal 235 230 113
Hex EB E6 71

RGB Percentages of Color #ebe671

%40.66
%39.79
%19.55

CMYK Percentages of Color #ebe671

%0
%2
%52
%8

Triadic Colors of #ebe671

#ebe671 #71ebe6 #e671eb

Analogous Colors of #ebe671

#ebe671 #b3eb71 #eba971

Monochromatic Colors of #ebe671

#ebe671

Complementary Color

#ebe671 #7176eb

#ebe671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe671 Color CSS Codes

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

#ebe671 Text Font Color

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

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


#ebe671 Background Color

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

This div background color is #ebe671


#ebe671 Border Color

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

This div border color is #ebe671


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,230,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 #ebe671">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe671


Comments

No comments written yet.

Please login to write comment.