Color Hex Logo

#ebf215 Color Hex

#EBF215
(235,242,21)
0 Favorites   0 Comments

Color spaces of #ebf215

RGB 23524221
HSL0.170.890.52
HSV62°91°95°
CMYK 0.030.000.91   0.05
XYZ66.148481.220612.9002
Yxy81.22060.41270.5068
Hunter Lab90.1225-26.698354.5989
CIE-Lab92.2298-23.412588.3735

#ebf215 color RGB value is (235,242,21).

#ebf215 hex color red value is 235, green value is 242 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #ebf215 hue: 0.17 , saturation: 0.89 and the lightness value of ebf215 is 0.52.

The process color (four color CMYK) of #ebf215 color hex is 0.03, 0.00, 0.91, 0.05. Web safe color of #ebf215 is #ffff00. Color #ebf215 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110010 00010101
Octal 353 362 25
Decimal 235 242 21
Hex EB F2 15

RGB Percentages of Color #ebf215

%47.19
%48.59
%4.22

CMYK Percentages of Color #ebf215

%3
%0
%91
%5

Triadic Colors of #ebf215

#ebf215 #15ebf2 #f215eb

Analogous Colors of #ebf215

#ebf215 #7df215 #f28b15

Monochromatic Colors of #ebf215

#ebf215

Complementary Color

#ebf215 #1c15f2

#ebf215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf215 Color CSS Codes

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

#ebf215 Text Font Color

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

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


#ebf215 Background Color

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

This div background color is #ebf215


#ebf215 Border Color

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

This div border color is #ebf215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf215


Comments

No comments written yet.

Please login to write comment.