Color Hex Logo

#ebea81 Color Hex

#EBEA81
(235,234,129)
0 Favorites   0 Comments

Color spaces of #ebea81

RGB 235234129
HSL0.170.730.71
HSV59°45°92°
CMYK 0.000.000.45   0.08
XYZ67.646278.092832.2770
Yxy78.09280.38000.4387
Hunter Lab88.3701-18.008340.2035
CIE-Lab90.8222-14.026150.8218

#ebea81 color RGB value is (235,234,129).

#ebea81 hex color red value is 235, green value is 234 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #ebea81 hue: 0.17 , saturation: 0.73 and the lightness value of ebea81 is 0.71.

The process color (four color CMYK) of #ebea81 color hex is 0.00, 0.00, 0.45, 0.08. Web safe color of #ebea81 is #ffff99. Color #ebea81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101010 10000001
Octal 353 352 201
Decimal 235 234 129
Hex EB EA 81

RGB Percentages of Color #ebea81

%39.30
%39.13
%21.57

CMYK Percentages of Color #ebea81

%0
%0
%45
%8

Triadic Colors of #ebea81

#ebea81 #81ebea #ea81eb

Analogous Colors of #ebea81

#ebea81 #b7eb81 #ebb581

Monochromatic Colors of #ebea81

#ebea81

Complementary Color

#ebea81 #8182eb

#ebea81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebea81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebea81 Color CSS Codes

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

#ebea81 Text Font Color

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

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


#ebea81 Background Color

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

This div background color is #ebea81


#ebea81 Border Color

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

This div border color is #ebea81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebea81


Comments

No comments written yet.

Please login to write comment.