Color Hex Logo

#efca45 Color Hex

#EFCA45
(239,202,69)
0 Favorites   0 Comments

Color spaces of #efca45

RGB 23920269
HSL0.130.840.60
HSV47°71°94°
CMYK 0.000.150.71   0.06
XYZ57.791361.021514.3626
Yxy61.02150.43390.4582
Hunter Lab78.1163-4.647143.7802
CIE-Lab82.3903-0.507167.8291

#efca45 color RGB value is (239,202,69).

#efca45 hex color red value is 239, green value is 202 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #efca45 hue: 0.13 , saturation: 0.84 and the lightness value of efca45 is 0.60.

The process color (four color CMYK) of #efca45 color hex is 0.00, 0.15, 0.71, 0.06. Web safe color of #efca45 is #ffcc33. Color #efca45 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 01000101
Octal 357 312 105
Decimal 239 202 69
Hex EF CA 45

RGB Percentages of Color #efca45

%46.86
%39.61
%13.53

CMYK Percentages of Color #efca45

%0
%15
%71
%6

Triadic Colors of #efca45

#efca45 #45efca #ca45ef

Analogous Colors of #efca45

#efca45 #bfef45 #ef7545

Monochromatic Colors of #efca45

#efca45

Complementary Color

#efca45 #456aef

#efca45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efca45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efca45 Color CSS Codes

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

#efca45 Text Font Color

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

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


#efca45 Background Color

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

This div background color is #efca45


#efca45 Border Color

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

This div border color is #efca45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efca45


Comments

No comments written yet.

Please login to write comment.