Color Hex Logo

#efcb19 Color Hex

#EFCB19
(239,203,25)
0 Favorites   0 Comments

Color spaces of #efcb19

RGB 23920325
HSL0.140.870.52
HSV50°90°94°
CMYK 0.000.150.90   0.06
XYZ57.128061.13289.7085
Yxy61.13280.44640.4777
Hunter Lab78.1875-6.406347.3692
CIE-Lab82.4501-2.391680.3916

#efcb19 color RGB value is (239,203,25).

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

The process color (four color CMYK) of #efcb19 color hex is 0.00, 0.15, 0.90, 0.06. Web safe color of #efcb19 is #ffcc00. Color #efcb19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 00011001
Octal 357 313 31
Decimal 239 203 25
Hex EF CB 19

RGB Percentages of Color #efcb19

%51.18
%43.47
%5.35

CMYK Percentages of Color #efcb19

%0
%15
%90
%6

Triadic Colors of #efcb19

#efcb19 #19efcb #cb19ef

Analogous Colors of #efcb19

#efcb19 #a8ef19 #ef6019

Monochromatic Colors of #efcb19

#efcb19

Complementary Color

#efcb19 #193def

#efcb19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcb19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcb19 Color CSS Codes

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

#efcb19 Text Font Color

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

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


#efcb19 Background Color

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

This div background color is #efcb19


#efcb19 Border Color

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

This div border color is #efcb19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcb19


Comments

No comments written yet.

Please login to write comment.