Color Hex Logo

#ebf605 Color Hex

#EBF605
(235,246,5)
0 Favorites   0 Comments

Color spaces of #ebf605

RGB 2352465
HSL0.170.960.49
HSV63°98°96°
CMYK 0.040.000.98   0.04
XYZ67.244183.584712.7329
Yxy83.58470.41110.5110
Hunter Lab91.4247-28.704055.7398
CIE-Lab93.2698-25.462490.5932

#ebf605 color RGB value is (235,246,5).

#ebf605 hex color red value is 235, green value is 246 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #ebf605 hue: 0.17 , saturation: 0.96 and the lightness value of ebf605 is 0.49.

The process color (four color CMYK) of #ebf605 color hex is 0.04, 0.00, 0.98, 0.04. Web safe color of #ebf605 is #ffff00. Color #ebf605 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110110 00000101
Octal 353 366 5
Decimal 235 246 5
Hex EB F6 5

RGB Percentages of Color #ebf605

%48.35
%50.62
%1.03

CMYK Percentages of Color #ebf605

%4
%0
%98
%4

Triadic Colors of #ebf605

#ebf605 #05ebf6 #f605eb

Analogous Colors of #ebf605

#ebf605 #73f605 #f68905

Monochromatic Colors of #ebf605

#ebf605

Complementary Color

#ebf605 #1005f6

#ebf605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf605 Color CSS Codes

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

#ebf605 Text Font Color

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

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


#ebf605 Background Color

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

This div background color is #ebf605


#ebf605 Border Color

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

This div border color is #ebf605


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf605


Comments

No comments written yet.

Please login to write comment.