Color Hex Logo

#ebf921 Color Hex

#EBF921
(235,249,33)
0 Favorites   0 Comments

Color spaces of #ebf921

RGB 23524933
HSL0.180.950.55
HSV64°87°98°
CMYK 0.060.000.87   0.02
XYZ68.411185.523314.3408
Yxy85.52330.40650.5082
Hunter Lab92.4788-29.792755.5410
CIE-Lab94.1082-26.513388.0838

#ebf921 color RGB value is (235,249,33).

#ebf921 hex color red value is 235, green value is 249 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ebf921 hue: 0.18 , saturation: 0.95 and the lightness value of ebf921 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111001 00100001
Octal 353 371 41
Decimal 235 249 33
Hex EB F9 21

RGB Percentages of Color #ebf921

%45.45
%48.16
%6.38

CMYK Percentages of Color #ebf921

%6
%0
%87
%2

Triadic Colors of #ebf921

#ebf921 #21ebf9 #f921eb

Analogous Colors of #ebf921

#ebf921 #7ff921 #f99b21

Monochromatic Colors of #ebf921

#ebf921

Complementary Color

#ebf921 #2f21f9

#ebf921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf921 Color CSS Codes

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

#ebf921 Text Font Color

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

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


#ebf921 Background Color

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

This div background color is #ebf921


#ebf921 Border Color

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

This div border color is #ebf921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf921

Related Colors


Comments

No comments written yet.

Please login to write comment.