Color Hex Logo

#ebf082 Color Hex

#EBF082
(235,240,130)
0 Favorites   0 Comments

Color spaces of #ebf082

RGB 235240130
HSL0.170.790.73
HSV63°46°94°
CMYK 0.020.000.46   0.06
XYZ69.450381.594033.2079
Yxy81.59400.37690.4428
Hunter Lab90.3294-20.835641.4337
CIE-Lab92.3954-16.873152.2642

#ebf082 color RGB value is (235,240,130).

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

The process color (four color CMYK) of #ebf082 color hex is 0.02, 0.00, 0.46, 0.06. Web safe color of #ebf082 is #ffff99. Color #ebf082 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110000 10000010
Octal 353 360 202
Decimal 235 240 130
Hex EB F0 82

RGB Percentages of Color #ebf082

%38.84
%39.67
%21.49

CMYK Percentages of Color #ebf082

%2
%0
%46
%6

Triadic Colors of #ebf082

#ebf082 #82ebf0 #f082eb

Analogous Colors of #ebf082

#ebf082 #b4f082 #f0be82

Monochromatic Colors of #ebf082

#ebf082

Complementary Color

#ebf082 #8782f0

#ebf082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf082 Color CSS Codes

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

#ebf082 Text Font Color

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

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


#ebf082 Background Color

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

This div background color is #ebf082


#ebf082 Border Color

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

This div border color is #ebf082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf082


Comments

No comments written yet.

Please login to write comment.