Color Hex Logo

#efbf23 Color Hex

#EFBF23
(239,191,35)
0 Favorites   0 Comments

Color spaces of #efbf23

RGB 23919135
HSL0.130.860.54
HSV46°85°94°
CMYK 0.000.200.85   0.06
XYZ54.530855.73379.4737
Yxy55.73370.45540.4655
Hunter Lab74.6550-0.263244.7346
CIE-Lab79.46203.994075.9660

#efbf23 color RGB value is (239,191,35).

#efbf23 hex color red value is 239, green value is 191 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #efbf23 hue: 0.13 , saturation: 0.86 and the lightness value of efbf23 is 0.54.

The process color (four color CMYK) of #efbf23 color hex is 0.00, 0.20, 0.85, 0.06. Web safe color of #efbf23 is #ffcc33. Color #efbf23 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111111 00100011
Octal 357 277 43
Decimal 239 191 35
Hex EF BF 23

RGB Percentages of Color #efbf23

%51.40
%41.08
%7.53

CMYK Percentages of Color #efbf23

%0
%20
%85
%6

Triadic Colors of #efbf23

#efbf23 #23efbf #bf23ef

Analogous Colors of #efbf23

#efbf23 #b9ef23 #ef5923

Monochromatic Colors of #efbf23

#efbf23

Complementary Color

#efbf23 #2353ef

#efbf23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbf23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbf23 Color CSS Codes

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

#efbf23 Text Font Color

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

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


#efbf23 Background Color

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

This div background color is #efbf23


#efbf23 Border Color

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

This div border color is #efbf23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbf23


Comments

No comments written yet.

Please login to write comment.