Color Hex Logo

#ebf020 Color Hex

#EBF020
(235,240,32)
0 Favorites   0 Comments

Color spaces of #ebf020

RGB 23524032
HSL0.170.870.53
HSV61°87°94°
CMYK 0.020.000.87   0.06
XYZ65.681780.086613.3630
Yxy80.08660.41280.5033
Hunter Lab89.4911-25.600053.7905
CIE-Lab91.7237-22.275786.3401

#ebf020 color RGB value is (235,240,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110000 00100000
Octal 353 360 40
Decimal 235 240 32
Hex EB F0 20

RGB Percentages of Color #ebf020

%46.35
%47.34
%6.31

CMYK Percentages of Color #ebf020

%2
%0
%87
%6

Triadic Colors of #ebf020

#ebf020 #20ebf0 #f020eb

Analogous Colors of #ebf020

#ebf020 #83f020 #f08d20

Monochromatic Colors of #ebf020

#ebf020

Complementary Color

#ebf020 #2520f0

#ebf020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf020 Color CSS Codes

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

#ebf020 Text Font Color

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

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


#ebf020 Background Color

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

This div background color is #ebf020


#ebf020 Border Color

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

This div border color is #ebf020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf020


Comments

No comments written yet.

Please login to write comment.