Color Hex Logo

#efbd23 Color Hex

#EFBD23
(239,189,35)
0 Favorites   0 Comments

Color spaces of #efbd23

RGB 23918935
HSL0.130.860.54
HSV45°85°94°
CMYK 0.000.210.85   0.06
XYZ54.097654.86739.3293
Yxy54.86730.45730.4638
Hunter Lab74.07250.737744.3833
CIE-Lab78.96485.034275.5612

#efbd23 color RGB value is (239,189,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 00100011
Octal 357 275 43
Decimal 239 189 35
Hex EF BD 23

RGB Percentages of Color #efbd23

%51.62
%40.82
%7.56

CMYK Percentages of Color #efbd23

%0
%21
%85
%6

Triadic Colors of #efbd23

#efbd23 #23efbd #bd23ef

Analogous Colors of #efbd23

#efbd23 #bbef23 #ef5723

Monochromatic Colors of #efbd23

#efbd23

Complementary Color

#efbd23 #2355ef

#efbd23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbd23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbd23 Color CSS Codes

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

#efbd23 Text Font Color

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

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


#efbd23 Background Color

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

This div background color is #efbd23


#efbd23 Border Color

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

This div border color is #efbd23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbd23


Comments

No comments written yet.

Please login to write comment.