color codes Logo

#efeb2d color codes

#EFEB2D
(239,235,45)
0 Favorites   0 Comments

Color spaces of #efeb2d

RGB 23923545
HSL0.160.860.56
HSV59°81°94°
CMYK 0.000.020.81   0.06
XYZ65.778677.956814.0629
Yxy77.95680.41690.4940
Hunter Lab88.2931-21.530152.3618
CIE-Lab90.7602-17.905382.9731

#efeb2d color RGB value is (239,235,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 00101101
Octal 357 353 55
Decimal 239 235 45
Hex EF EB 2D

RGB Percentages of Color #efeb2d

%46.05
%45.28
%8.67

CMYK Percentages of Color #efeb2d

%0
%2
%81
%6

Triadic Colors of #efeb2d

#efeb2d #2defeb #eb2def

Analogous Colors of #efeb2d

#efeb2d #92ef2d #ef8a2d

Monochromatic Colors of #efeb2d

#efeb2d

Complementary Color

#efeb2d #2d31ef

#efeb2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeb2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeb2d Color CSS Codes

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

#efeb2d Text Font Color

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

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


#efeb2d Background Color

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

This div background color is #efeb2d


#efeb2d Border Color

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

This div border color is #efeb2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeb2d


Comments

No comments written yet.

Please login to write comment.