Color Hex Logo

#efca64 Color Hex

#EFCA64
(239,202,100)
0 Favorites   0 Comments

Color spaces of #efca64

RGB 239202100
HSL0.120.810.66
HSV44°58°94°
CMYK 0.000.150.58   0.06
XYZ59.017461.511920.8190
Yxy61.51190.41750.4352
Hunter Lab78.4295-2.932339.1622
CIE-Lab82.65321.334554.8711

#efca64 color RGB value is (239,202,100).

#efca64 hex color red value is 239, green value is 202 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #efca64 hue: 0.12 , saturation: 0.81 and the lightness value of efca64 is 0.66.

The process color (four color CMYK) of #efca64 color hex is 0.00, 0.15, 0.58, 0.06. Web safe color of #efca64 is #ffcc66. Color #efca64 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 01100100
Octal 357 312 144
Decimal 239 202 100
Hex EF CA 64

RGB Percentages of Color #efca64

%44.18
%37.34
%18.48

CMYK Percentages of Color #efca64

%0
%15
%58
%6

Triadic Colors of #efca64

#efca64 #64efca #ca64ef

Analogous Colors of #efca64

#efca64 #cfef64 #ef8564

Monochromatic Colors of #efca64

#efca64

Complementary Color

#efca64 #6489ef

#efca64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efca64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efca64 Color CSS Codes

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

#efca64 Text Font Color

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

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


#efca64 Background Color

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

This div background color is #efca64


#efca64 Border Color

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

This div border color is #efca64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efca64


Comments

No comments written yet.

Please login to write comment.