Color Hex Logo

#ebf442 Color Hex

#EBF442
(235,244,66)
0 Favorites   0 Comments

Color spaces of #ebf442

RGB 23524466
HSL0.180.890.61
HSV63°73°96°
CMYK 0.040.000.73   0.04
XYZ67.595082.756917.5653
Yxy82.75690.40250.4928
Hunter Lab90.9708-26.566252.2314
CIE-Lab92.9079-23.128778.8972

#ebf442 color RGB value is (235,244,66).

#ebf442 hex color red value is 235, green value is 244 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #ebf442 hue: 0.18 , saturation: 0.89 and the lightness value of ebf442 is 0.61.

The process color (four color CMYK) of #ebf442 color hex is 0.04, 0.00, 0.73, 0.04. Web safe color of #ebf442 is #ffff33. Color #ebf442 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110100 01000010
Octal 353 364 102
Decimal 235 244 66
Hex EB F4 42

RGB Percentages of Color #ebf442

%43.12
%44.77
%12.11

CMYK Percentages of Color #ebf442

%4
%0
%73
%4

Triadic Colors of #ebf442

#ebf442 #42ebf4 #f442eb

Analogous Colors of #ebf442

#ebf442 #92f442 #f4a442

Monochromatic Colors of #ebf442

#ebf442

Complementary Color

#ebf442 #4b42f4

#ebf442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf442 Color CSS Codes

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

#ebf442 Text Font Color

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

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


#ebf442 Background Color

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

This div background color is #ebf442


#ebf442 Border Color

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

This div border color is #ebf442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf442


Comments

No comments written yet.

Please login to write comment.