Color Hex Logo

#ebf046 Color Hex

#EBF046
(235,240,70)
0 Favorites   0 Comments

Color spaces of #ebf046

RGB 23524070
HSL0.170.850.61
HSV62°71°94°
CMYK 0.020.000.71   0.06
XYZ66.526580.424517.8115
Yxy80.42450.40380.4881
Hunter Lab89.6797-24.524051.0001
CIE-Lab91.8750-21.040776.6100

#ebf046 color RGB value is (235,240,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110000 01000110
Octal 353 360 106
Decimal 235 240 70
Hex EB F0 46

RGB Percentages of Color #ebf046

%43.12
%44.04
%12.84

CMYK Percentages of Color #ebf046

%2
%0
%71
%6

Triadic Colors of #ebf046

#ebf046 #46ebf0 #f046eb

Analogous Colors of #ebf046

#ebf046 #96f046 #f0a046

Monochromatic Colors of #ebf046

#ebf046

Complementary Color

#ebf046 #4b46f0

#ebf046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf046 Color CSS Codes

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

#ebf046 Text Font Color

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

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


#ebf046 Background Color

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

This div background color is #ebf046


#ebf046 Border Color

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

This div border color is #ebf046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf046


Comments

No comments written yet.

Please login to write comment.