color codes Logo

#efeb1c color codes

#EFEB1C
(239,235,28)
0 Favorites   0 Comments

Color spaces of #efeb1c

RGB 23923528
HSL0.160.870.52
HSV59°88°94°
CMYK 0.000.020.88   0.06
XYZ65.514577.851212.6724
Yxy77.85120.41990.4989
Hunter Lab88.2333-21.869553.2479
CIE-Lab90.7120-18.290186.3382

#efeb1c color RGB value is (239,235,28).

#efeb1c hex color red value is 239, green value is 235 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #efeb1c hue: 0.16 , saturation: 0.87 and the lightness value of efeb1c is 0.52.

The process color (four color CMYK) of #efeb1c color code is 0.00, 0.02, 0.88, 0.06. Web safe color of #efeb1c is #ffff33. Color #efeb1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 00011100
Octal 357 353 34
Decimal 239 235 28
Hex EF EB 1C

RGB Percentages of Color #efeb1c

%47.61
%46.81
%5.58

CMYK Percentages of Color #efeb1c

%0
%2
%88
%6

Triadic Colors of #efeb1c

#efeb1c #1cefeb #eb1cef

Analogous Colors of #efeb1c

#efeb1c #8aef1c #ef821c

Monochromatic Colors of #efeb1c

#efeb1c

Complementary Color

#efeb1c #1c20ef

#efeb1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeb1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeb1c Color CSS Codes

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

#efeb1c Text Font Color

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

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


#efeb1c Background Color

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

This div background color is #efeb1c


#efeb1c Border Color

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

This div border color is #efeb1c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,235,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 #efeb1c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeb1c


Comments

No comments written yet.

Please login to write comment.