Color Hex Logo

#ebf045 Color Hex

#EBF045
(235,240,69)
0 Favorites   0 Comments

Color spaces of #ebf045

RGB 23524069
HSL0.170.850.61
HSV62°71°94°
CMYK 0.020.000.71   0.06
XYZ66.495280.412017.6466
Yxy80.41200.40410.4887
Hunter Lab89.6727-24.563851.1033
CIE-Lab91.8694-21.086276.9389

#ebf045 color RGB value is (235,240,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110000 01000101
Octal 353 360 105
Decimal 235 240 69
Hex EB F0 45

RGB Percentages of Color #ebf045

%43.20
%44.12
%12.68

CMYK Percentages of Color #ebf045

%2
%0
%71
%6

Triadic Colors of #ebf045

#ebf045 #45ebf0 #f045eb

Analogous Colors of #ebf045

#ebf045 #96f045 #f0a045

Monochromatic Colors of #ebf045

#ebf045

Complementary Color

#ebf045 #4a45f0

#ebf045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf045 Color CSS Codes

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

#ebf045 Text Font Color

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

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


#ebf045 Background Color

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

This div background color is #ebf045


#ebf045 Border Color

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

This div border color is #ebf045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf045


Comments

No comments written yet.

Please login to write comment.