Color Hex Logo

#efcd30 Color Hex

#EFCD30
(239,205,48)
0 Favorites   0 Comments

Color spaces of #efcd30

RGB 23920548
HSL0.140.860.56
HSV49°80°94°
CMYK 0.000.140.80   0.06
XYZ57.961462.226811.7524
Yxy62.22680.43930.4716
Hunter Lab78.8840-6.890946.3856
CIE-Lab83.0339-2.866075.5228

#efcd30 color RGB value is (239,205,48).

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

The process color (four color CMYK) of #efcd30 color hex is 0.00, 0.14, 0.80, 0.06. Web safe color of #efcd30 is #ffcc33. Color #efcd30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001101 00110000
Octal 357 315 60
Decimal 239 205 48
Hex EF CD 30

RGB Percentages of Color #efcd30

%48.58
%41.67
%9.76

CMYK Percentages of Color #efcd30

%0
%14
%80
%6

Triadic Colors of #efcd30

#efcd30 #30efcd #cd30ef

Analogous Colors of #efcd30

#efcd30 #b2ef30 #ef6e30

Monochromatic Colors of #efcd30

#efcd30

Complementary Color

#efcd30 #3052ef

#efcd30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcd30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcd30 Color CSS Codes

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

#efcd30 Text Font Color

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

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


#efcd30 Background Color

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

This div background color is #efcd30


#efcd30 Border Color

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

This div border color is #efcd30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcd30


Comments

No comments written yet.

Please login to write comment.