Color Hex Logo

#ebef30 Color Hex

#EBEF30
(235,239,48)
0 Favorites   0 Comments

Color spaces of #ebef30

RGB 23523948
HSL0.170.860.56
HSV61°80°94°
CMYK 0.020.000.80   0.06
XYZ65.661079.608614.7016
Yxy79.60860.41050.4976
Hunter Lab89.2237-24.780652.6872
CIE-Lab91.5090-21.396582.7561

#ebef30 color RGB value is (235,239,48).

#ebef30 hex color red value is 235, green value is 239 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ebef30 hue: 0.17 , saturation: 0.86 and the lightness value of ebef30 is 0.56.

The process color (four color CMYK) of #ebef30 color hex is 0.02, 0.00, 0.80, 0.06. Web safe color of #ebef30 is #ffff33. Color #ebef30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101111 00110000
Octal 353 357 60
Decimal 235 239 48
Hex EB EF 30

RGB Percentages of Color #ebef30

%45.02
%45.79
%9.20

CMYK Percentages of Color #ebef30

%2
%0
%80
%6

Triadic Colors of #ebef30

#ebef30 #30ebef #ef30eb

Analogous Colors of #ebef30

#ebef30 #8cef30 #ef9430

Monochromatic Colors of #ebef30

#ebef30

Complementary Color

#ebef30 #3430ef

#ebef30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebef30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebef30 Color CSS Codes

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

#ebef30 Text Font Color

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

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


#ebef30 Background Color

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

This div background color is #ebef30


#ebef30 Border Color

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

This div border color is #ebef30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebef30


Comments

No comments written yet.

Please login to write comment.