Color Hex Logo

#efc258 Color Hex

#EFC258
(239,194,88)
0 Favorites   0 Comments

Color spaces of #efc258

RGB 23919488
HSL0.120.830.64
HSV42°63°94°
CMYK 0.000.190.63   0.06
XYZ56.649857.638917.3722
Yxy57.63890.43030.4378
Hunter Lab75.92030.331739.5774
CIE-Lab80.53764.671157.9695

#efc258 color RGB value is (239,194,88).

#efc258 hex color red value is 239, green value is 194 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #efc258 hue: 0.12 , saturation: 0.83 and the lightness value of efc258 is 0.64.

The process color (four color CMYK) of #efc258 color hex is 0.00, 0.19, 0.63, 0.06. Web safe color of #efc258 is #ffcc66. Color #efc258 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000010 01011000
Octal 357 302 130
Decimal 239 194 88
Hex EF C2 58

RGB Percentages of Color #efc258

%45.87
%37.24
%16.89

CMYK Percentages of Color #efc258

%0
%19
%63
%6

Triadic Colors of #efc258

#efc258 #58efc2 #c258ef

Analogous Colors of #efc258

#efc258 #d1ef58 #ef7758

Monochromatic Colors of #efc258

#efc258

Complementary Color

#efc258 #5885ef

#efc258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc258 Color CSS Codes

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

#efc258 Text Font Color

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

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


#efc258 Background Color

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

This div background color is #efc258


#efc258 Border Color

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

This div border color is #efc258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc258


Comments

No comments written yet.

Please login to write comment.