Color Hex Logo

#ebf013 Color Hex

#EBF013
(235,240,19)
0 Favorites   0 Comments

Color spaces of #ebf013

RGB 23524019
HSL0.170.880.51
HSV61°92°94°
CMYK 0.020.000.92   0.06
XYZ65.538680.029412.6091
Yxy80.02940.41430.5059
Hunter Lab89.4592-25.782854.2646
CIE-Lab91.6981-22.486488.2012

#ebf013 color RGB value is (235,240,19).

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

The process color (four color CMYK) of #ebf013 color hex is 0.02, 0.00, 0.92, 0.06. Web safe color of #ebf013 is #ffff00. Color #ebf013 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110000 00010011
Octal 353 360 23
Decimal 235 240 19
Hex EB F0 13

RGB Percentages of Color #ebf013

%47.57
%48.58
%3.85

CMYK Percentages of Color #ebf013

%2
%0
%92
%6

Triadic Colors of #ebf013

#ebf013 #13ebf0 #f013eb

Analogous Colors of #ebf013

#ebf013 #7df013 #f08713

Monochromatic Colors of #ebf013

#ebf013

Complementary Color

#ebf013 #1813f0

#ebf013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf013 Color CSS Codes

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

#ebf013 Text Font Color

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

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


#ebf013 Background Color

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

This div background color is #ebf013


#ebf013 Border Color

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

This div border color is #ebf013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf013


Comments

No comments written yet.

Please login to write comment.