Color Hex Logo

#edbf23 Color Hex

#EDBF23
(237,191,35)
0 Favorites   0 Comments

Color spaces of #edbf23

RGB 23719135
HSL0.130.850.53
HSV46°85°93°
CMYK 0.000.190.85   0.07
XYZ53.859255.38759.4423
Yxy55.38750.45380.4667
Hunter Lab74.4228-1.060844.5736
CIE-Lab79.26393.135175.7225

#edbf23 color RGB value is (237,191,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 00100011
Octal 355 277 43
Decimal 237 191 35
Hex ED BF 23

RGB Percentages of Color #edbf23

%51.19
%41.25
%7.56

CMYK Percentages of Color #edbf23

%0
%19
%85
%7

Triadic Colors of #edbf23

#edbf23 #23edbf #bf23ed

Analogous Colors of #edbf23

#edbf23 #b6ed23 #ed5a23

Monochromatic Colors of #edbf23

#edbf23

Complementary Color

#edbf23 #2351ed

#edbf23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbf23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbf23 Color CSS Codes

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

#edbf23 Text Font Color

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

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


#edbf23 Background Color

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

This div background color is #edbf23


#edbf23 Border Color

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

This div border color is #edbf23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbf23


Comments

No comments written yet.

Please login to write comment.