Color Hex Logo

#efcd15 Color Hex

#EFCD15
(239,205,21)
0 Favorites   0 Comments

Color spaces of #efcd15

RGB 23920521
HSL0.140.870.51
HSV51°91°94°
CMYK 0.000.140.91   0.06
XYZ57.563362.06759.6558
Yxy62.06750.44520.4801
Hunter Lab78.7829-7.447947.8813
CIE-Lab82.9493-3.474481.4143

#efcd15 color RGB value is (239,205,21).

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

The process color (four color CMYK) of #efcd15 color hex is 0.00, 0.14, 0.91, 0.06. Web safe color of #efcd15 is #ffcc00. Color #efcd15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001101 00010101
Octal 357 315 25
Decimal 239 205 21
Hex EF CD 15

RGB Percentages of Color #efcd15

%51.40
%44.09
%4.52

CMYK Percentages of Color #efcd15

%0
%14
%91
%6

Triadic Colors of #efcd15

#efcd15 #15efcd #cd15ef

Analogous Colors of #efcd15

#efcd15 #a4ef15 #ef6015

Monochromatic Colors of #efcd15

#efcd15

Complementary Color

#efcd15 #1537ef

#efcd15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcd15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcd15 Color CSS Codes

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

#efcd15 Text Font Color

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

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


#efcd15 Background Color

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

This div background color is #efcd15


#efcd15 Border Color

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

This div border color is #efcd15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcd15


Comments

No comments written yet.

Please login to write comment.