Color Hex Logo

#efc230 Color Hex

#EFC230
(239,194,48)
0 Favorites   0 Comments

Color spaces of #efc230

RGB 23919448
HSL0.130.860.56
HSV46°80°94°
CMYK 0.000.190.80   0.06
XYZ55.421957.147710.9059
Yxy57.14770.44880.4628
Hunter Lab75.5961-1.429244.3638
CIE-Lab80.26262.794173.0882

#efc230 color RGB value is (239,194,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000010 00110000
Octal 357 302 60
Decimal 239 194 48
Hex EF C2 30

RGB Percentages of Color #efc230

%49.69
%40.33
%9.98

CMYK Percentages of Color #efc230

%0
%19
%80
%6

Triadic Colors of #efc230

#efc230 #30efc2 #c230ef

Analogous Colors of #efc230

#efc230 #bdef30 #ef6330

Monochromatic Colors of #efc230

#efc230

Complementary Color

#efc230 #305def

#efc230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc230 Color CSS Codes

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

#efc230 Text Font Color

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

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


#efc230 Background Color

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

This div background color is #efc230


#efc230 Border Color

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

This div border color is #efc230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc230


Comments

No comments written yet.

Please login to write comment.