Color Hex Logo

#efc35f Color Hex

#EFC35F
(239,195,95)
0 Favorites   0 Comments

Color spaces of #efc35f

RGB 23919595
HSL0.120.820.65
HSV42°60°94°
CMYK 0.000.180.60   0.06
XYZ57.177358.207219.0480
Yxy58.20720.42530.4330
Hunter Lab76.29360.260738.6028
CIE-Lab80.85394.610055.1333

#efc35f color RGB value is (239,195,95).

#efc35f hex color red value is 239, green value is 195 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #efc35f hue: 0.12 , saturation: 0.82 and the lightness value of efc35f is 0.65.

The process color (four color CMYK) of #efc35f color hex is 0.00, 0.18, 0.60, 0.06. Web safe color of #efc35f is #ffcc66. Color #efc35f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000011 01011111
Octal 357 303 137
Decimal 239 195 95
Hex EF C3 5F

RGB Percentages of Color #efc35f

%45.18
%36.86
%17.96

CMYK Percentages of Color #efc35f

%0
%18
%60
%6

Triadic Colors of #efc35f

#efc35f #5fefc3 #c35fef

Analogous Colors of #efc35f

#efc35f #d3ef5f #ef7b5f

Monochromatic Colors of #efc35f

#efc35f

Complementary Color

#efc35f #5f8bef

#efc35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc35f Color CSS Codes

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

#efc35f Text Font Color

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

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


#efc35f Background Color

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

This div background color is #efc35f


#efc35f Border Color

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

This div border color is #efc35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc35f


Comments

No comments written yet.

Please login to write comment.