Color Hex Logo

#edbf22 Color Hex

#EDBF22
(237,191,34)
0 Favorites   0 Comments

Color spaces of #edbf22

RGB 23719134
HSL0.130.850.53
HSV46°86°93°
CMYK 0.000.190.86   0.07
XYZ53.844655.38169.3652
Yxy55.38160.45400.4670
Hunter Lab74.4188-1.082044.6318
CIE-Lab79.26063.112375.9583

#edbf22 color RGB value is (237,191,34).

#edbf22 hex color red value is 237, green value is 191 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #edbf22 hue: 0.13 , saturation: 0.85 and the lightness value of edbf22 is 0.53.

The process color (four color CMYK) of #edbf22 color hex is 0.00, 0.19, 0.86, 0.07. Web safe color of #edbf22 is #ffcc33. Color #edbf22 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 00100010
Octal 355 277 42
Decimal 237 191 34
Hex ED BF 22

RGB Percentages of Color #edbf22

%51.30
%41.34
%7.36

CMYK Percentages of Color #edbf22

%0
%19
%86
%7

Triadic Colors of #edbf22

#edbf22 #22edbf #bf22ed

Analogous Colors of #edbf22

#edbf22 #b6ed22 #ed5a22

Monochromatic Colors of #edbf22

#edbf22

Complementary Color

#edbf22 #2250ed

#edbf22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbf22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbf22 Color CSS Codes

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

#edbf22 Text Font Color

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

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


#edbf22 Background Color

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

This div background color is #edbf22


#edbf22 Border Color

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

This div border color is #edbf22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbf22


Comments

No comments written yet.

Please login to write comment.