Color Hex Logo

#efcb38 Color Hex

#EFCB38
(239,203,56)
0 Favorites   0 Comments

Color spaces of #efcb38

RGB 23920356
HSL0.130.850.58
HSV48°77°94°
CMYK 0.000.150.77   0.06
XYZ57.666361.348112.5434
Yxy61.34810.43830.4663
Hunter Lab78.3250-5.649345.3325
CIE-Lab82.5655-1.568072.6251

#efcb38 color RGB value is (239,203,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 00111000
Octal 357 313 70
Decimal 239 203 56
Hex EF CB 38

RGB Percentages of Color #efcb38

%47.99
%40.76
%11.24

CMYK Percentages of Color #efcb38

%0
%15
%77
%6

Triadic Colors of #efcb38

#efcb38 #38efcb #cb38ef

Analogous Colors of #efcb38

#efcb38 #b8ef38 #ef7038

Monochromatic Colors of #efcb38

#efcb38

Complementary Color

#efcb38 #385cef

#efcb38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcb38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcb38 Color CSS Codes

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

#efcb38 Text Font Color

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

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


#efcb38 Background Color

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

This div background color is #efcb38


#efcb38 Border Color

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

This div border color is #efcb38


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,203,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 #efcb38">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcb38


Comments

No comments written yet.

Please login to write comment.