Color Hex Logo

#efbd34 Color Hex

#EFBD34
(239,189,52)
0 Favorites   0 Comments

Color spaces of #efbd34

RGB 23918952
HSL0.120.850.57
HSV44°78°94°
CMYK 0.000.210.78   0.06
XYZ54.414054.993810.9958
Yxy54.99380.45190.4567
Hunter Lab74.15781.199943.1192
CIE-Lab79.03775.526170.7218

#efbd34 color RGB value is (239,189,52).

#efbd34 hex color red value is 239, green value is 189 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #efbd34 hue: 0.12 , saturation: 0.85 and the lightness value of efbd34 is 0.57.

The process color (four color CMYK) of #efbd34 color hex is 0.00, 0.21, 0.78, 0.06. Web safe color of #efbd34 is #ffcc33. Color #efbd34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 00110100
Octal 357 275 64
Decimal 239 189 52
Hex EF BD 34

RGB Percentages of Color #efbd34

%49.79
%39.38
%10.83

CMYK Percentages of Color #efbd34

%0
%21
%78
%6

Triadic Colors of #efbd34

#efbd34 #34efbd #bd34ef

Analogous Colors of #efbd34

#efbd34 #c4ef34 #ef5f34

Monochromatic Colors of #efbd34

#efbd34

Complementary Color

#efbd34 #3466ef

#efbd34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbd34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbd34 Color CSS Codes

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

#efbd34 Text Font Color

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

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


#efbd34 Background Color

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

This div background color is #efbd34


#efbd34 Border Color

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

This div border color is #efbd34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbd34


Comments

No comments written yet.

Please login to write comment.