Color Hex Logo

#ebf282 Color Hex

#EBF282
(235,242,130)
0 Favorites   0 Comments

Color spaces of #ebf282

RGB 235242130
HSL0.180.810.73
HSV64°46°95°
CMYK 0.030.000.46   0.05
XYZ70.042382.778133.4052
Yxy82.77810.37610.4445
Hunter Lab90.9825-21.802241.9188
CIE-Lab92.9172-17.846452.8978

#ebf282 color RGB value is (235,242,130).

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

The process color (four color CMYK) of #ebf282 color hex is 0.03, 0.00, 0.46, 0.05. Web safe color of #ebf282 is #ffff99. Color #ebf282 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110010 10000010
Octal 353 362 202
Decimal 235 242 130
Hex EB F2 82

RGB Percentages of Color #ebf282

%38.71
%39.87
%21.42

CMYK Percentages of Color #ebf282

%3
%0
%46
%5

Triadic Colors of #ebf282

#ebf282 #82ebf2 #f282eb

Analogous Colors of #ebf282

#ebf282 #b3f282 #f2c182

Monochromatic Colors of #ebf282

#ebf282

Complementary Color

#ebf282 #8982f2

#ebf282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf282 Color CSS Codes

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

#ebf282 Text Font Color

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

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


#ebf282 Background Color

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

This div background color is #ebf282


#ebf282 Border Color

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

This div border color is #ebf282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf282


Comments

No comments written yet.

Please login to write comment.