Color Hex Logo

#efca38 Color Hex

#EFCA38
(239,202,56)
0 Favorites   0 Comments

Color spaces of #efca38

RGB 23920256
HSL0.130.850.58
HSV48°77°94°
CMYK 0.000.150.77   0.06
XYZ57.430960.877312.4649
Yxy60.87730.43920.4655
Hunter Lab78.0239-5.153745.1447
CIE-Lab82.3127-1.055272.3927

#efca38 color RGB value is (239,202,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001010 00111000
Octal 357 312 70
Decimal 239 202 56
Hex EF CA 38

RGB Percentages of Color #efca38

%48.09
%40.64
%11.27

CMYK Percentages of Color #efca38

%0
%15
%77
%6

Triadic Colors of #efca38

#efca38 #38efca #ca38ef

Analogous Colors of #efca38

#efca38 #b9ef38 #ef6f38

Monochromatic Colors of #efca38

#efca38

Complementary Color

#efca38 #385def

#efca38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efca38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efca38 Color CSS Codes

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

#efca38 Text Font Color

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

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


#efca38 Background Color

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

This div background color is #efca38


#efca38 Border Color

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

This div border color is #efca38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efca38


Comments

No comments written yet.

Please login to write comment.