Color Hex Logo

#efbb33 Color Hex

#EFBB33
(239,187,51)
0 Favorites   0 Comments

Color spaces of #efbb33

RGB 23918751
HSL0.120.850.57
HSV43°79°94°
CMYK 0.000.220.79   0.06
XYZ53.964554.130410.7359
Yxy54.13040.45410.4555
Hunter Lab73.57342.172642.8497
CIE-Lab78.53776.534970.5994

#efbb33 color RGB value is (239,187,51).

#efbb33 hex color red value is 239, green value is 187 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #efbb33 hue: 0.12 , saturation: 0.85 and the lightness value of efbb33 is 0.57.

The process color (four color CMYK) of #efbb33 color hex is 0.00, 0.22, 0.79, 0.06. Web safe color of #efbb33 is #ffcc33. Color #efbb33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 00110011
Octal 357 273 63
Decimal 239 187 51
Hex EF BB 33

RGB Percentages of Color #efbb33

%50.10
%39.20
%10.69

CMYK Percentages of Color #efbb33

%0
%22
%79
%6

Triadic Colors of #efbb33

#efbb33 #33efbb #bb33ef

Analogous Colors of #efbb33

#efbb33 #c5ef33 #ef5d33

Monochromatic Colors of #efbb33

#efbb33

Complementary Color

#efbb33 #3367ef

#efbb33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbb33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbb33 Color CSS Codes

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

#efbb33 Text Font Color

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

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


#efbb33 Background Color

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

This div background color is #efbb33


#efbb33 Border Color

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

This div border color is #efbb33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbb33


Comments

No comments written yet.

Please login to write comment.