Color Hex Logo

#ebff1c Color Hex

#EBFF1C
(235,255,28)
0 Favorites   0 Comments

Color spaces of #ebff1c

RGB 23525528
HSL0.181.000.55
HSV65°89°100°
CMYK 0.080.000.89   0.00
XYZ70.230689.266014.6271
Yxy89.26600.40330.5127
Hunter Lab94.4807-32.656356.9575
CIE-Lab95.6915-29.400190.1410

#ebff1c color RGB value is (235,255,28).

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

The process color (four color CMYK) of #ebff1c color hex is 0.08, 0.00, 0.89, 0.00. Web safe color of #ebff1c is #ffff33. Color #ebff1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111111 00011100
Octal 353 377 34
Decimal 235 255 28
Hex EB FF 1C

RGB Percentages of Color #ebff1c

%45.37
%49.23
%5.41

CMYK Percentages of Color #ebff1c

%8
%0
%89
%0

Triadic Colors of #ebff1c

#ebff1c #1cebff #ff1ceb

Analogous Colors of #ebff1c

#ebff1c #7aff1c #ffa21c

Monochromatic Colors of #ebff1c

#ebff1c

Complementary Color

#ebff1c #301cff

#ebff1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebff1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebff1c Color CSS Codes

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

#ebff1c Text Font Color

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

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


#ebff1c Background Color

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

This div background color is #ebff1c


#ebff1c Border Color

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

This div border color is #ebff1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebff1c

Related Colors


Comments

No comments written yet.

Please login to write comment.