Color Hex Logo

#efc35d Color Hex

#EFC35D
(239,195,93)
0 Favorites   0 Comments

Color spaces of #efc35d

RGB 23919593
HSL0.120.820.65
HSV42°61°94°
CMYK 0.000.180.61   0.06
XYZ57.087558.171218.5753
Yxy58.17120.42660.4347
Hunter Lab76.27000.133238.9492
CIE-Lab80.83394.475056.0319

#efc35d color RGB value is (239,195,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000011 01011101
Octal 357 303 135
Decimal 239 195 93
Hex EF C3 5D

RGB Percentages of Color #efc35d

%45.35
%37.00
%17.65

CMYK Percentages of Color #efc35d

%0
%18
%61
%6

Triadic Colors of #efc35d

#efc35d #5defc3 #c35def

Analogous Colors of #efc35d

#efc35d #d2ef5d #ef7a5d

Monochromatic Colors of #efc35d

#efc35d

Complementary Color

#efc35d #5d89ef

#efc35d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc35d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc35d Color CSS Codes

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

#efc35d Text Font Color

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

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


#efc35d Background Color

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

This div background color is #efc35d


#efc35d Border Color

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

This div border color is #efc35d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc35d


Comments

No comments written yet.

Please login to write comment.