Color Hex Logo

#efce4b Color Hex

#EFCE4B
(239,206,75)
0 Favorites   0 Comments

Color spaces of #efce4b

RGB 23920675
HSL0.130.840.62
HSV48°69°94°
CMYK 0.000.140.69   0.06
XYZ58.937963.001315.7107
Yxy63.00130.42820.4577
Hunter Lab79.3734-6.360043.8258
CIE-Lab83.4431-2.261866.5536

#efce4b color RGB value is (239,206,75).

#efce4b hex color red value is 239, green value is 206 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #efce4b hue: 0.13 , saturation: 0.84 and the lightness value of efce4b is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 01001011
Octal 357 316 113
Decimal 239 206 75
Hex EF CE 4B

RGB Percentages of Color #efce4b

%45.96
%39.62
%14.42

CMYK Percentages of Color #efce4b

%0
%14
%69
%6

Triadic Colors of #efce4b

#efce4b #4befce #ce4bef

Analogous Colors of #efce4b

#efce4b #beef4b #ef7c4b

Monochromatic Colors of #efce4b

#efce4b

Complementary Color

#efce4b #4b6cef

#efce4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efce4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efce4b Color CSS Codes

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

#efce4b Text Font Color

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

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


#efce4b Background Color

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

This div background color is #efce4b


#efce4b Border Color

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

This div border color is #efce4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efce4b


Comments

No comments written yet.

Please login to write comment.