Color Hex Logo

#efcf25 Color Hex

#EFCF25
(239,207,37)
0 Favorites   0 Comments

Color spaces of #efcf25

RGB 23920737
HSL0.140.860.54
HSV50°85°94°
CMYK 0.000.130.85   0.06
XYZ58.243463.109910.8619
Yxy63.10990.44050.4773
Hunter Lab79.4417-8.154247.5026
CIE-Lab83.5002-4.189378.7953

#efcf25 color RGB value is (239,207,37).

#efcf25 hex color red value is 239, green value is 207 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #efcf25 hue: 0.14 , saturation: 0.86 and the lightness value of efcf25 is 0.54.

The process color (four color CMYK) of #efcf25 color hex is 0.00, 0.13, 0.85, 0.06. Web safe color of #efcf25 is #ffcc33. Color #efcf25 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 00100101
Octal 357 317 45
Decimal 239 207 37
Hex EF CF 25

RGB Percentages of Color #efcf25

%49.48
%42.86
%7.66

CMYK Percentages of Color #efcf25

%0
%13
%85
%6

Triadic Colors of #efcf25

#efcf25 #25efcf #cf25ef

Analogous Colors of #efcf25

#efcf25 #aaef25 #ef6a25

Monochromatic Colors of #efcf25

#efcf25

Complementary Color

#efcf25 #2545ef

#efcf25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcf25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcf25 Color CSS Codes

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

#efcf25 Text Font Color

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

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


#efcf25 Background Color

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

This div background color is #efcf25


#efcf25 Border Color

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

This div border color is #efcf25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcf25


Comments

No comments written yet.

Please login to write comment.