Color Hex Logo

#efbc30 Color Hex

#EFBC30
(239,188,48)
0 Favorites   0 Comments

Color spaces of #efbc30

RGB 23918848
HSL0.120.860.56
HSV44°80°94°
CMYK 0.000.210.80   0.06
XYZ54.113354.530610.4697
Yxy54.53060.45430.4578
Hunter Lab73.84481.575943.2853
CIE-Lab78.77015.913371.7702

#efbc30 color RGB value is (239,188,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111100 00110000
Octal 357 274 60
Decimal 239 188 48
Hex EF BC 30

RGB Percentages of Color #efbc30

%50.32
%39.58
%10.11

CMYK Percentages of Color #efbc30

%0
%21
%80
%6

Triadic Colors of #efbc30

#efbc30 #30efbc #bc30ef

Analogous Colors of #efbc30

#efbc30 #c3ef30 #ef5c30

Monochromatic Colors of #efbc30

#efbc30

Complementary Color

#efbc30 #3063ef

#efbc30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbc30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbc30 Color CSS Codes

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

#efbc30 Text Font Color

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

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


#efbc30 Background Color

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

This div background color is #efbc30


#efbc30 Border Color

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

This div border color is #efbc30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbc30


Comments

No comments written yet.

Please login to write comment.