Color Hex Logo

#edbf34 Color Hex

#EDBF34
(237,191,52)
0 Favorites   0 Comments

Color spaces of #edbf34

RGB 23719152
HSL0.130.840.57
HSV45°78°93°
CMYK 0.000.190.78   0.07
XYZ54.175755.514111.1087
Yxy55.51410.44850.4596
Hunter Lab74.5078-0.598743.3156
CIE-Lab79.33653.631470.9193

#edbf34 color RGB value is (237,191,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 00110100
Octal 355 277 64
Decimal 237 191 52
Hex ED BF 34

RGB Percentages of Color #edbf34

%49.38
%39.79
%10.83

CMYK Percentages of Color #edbf34

%0
%19
%78
%7

Triadic Colors of #edbf34

#edbf34 #34edbf #bf34ed

Analogous Colors of #edbf34

#edbf34 #bfed34 #ed6234

Monochromatic Colors of #edbf34

#edbf34

Complementary Color

#edbf34 #3462ed

#edbf34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbf34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbf34 Color CSS Codes

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

#edbf34 Text Font Color

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

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


#edbf34 Background Color

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

This div background color is #edbf34


#edbf34 Border Color

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

This div border color is #edbf34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbf34

#edbf34 Color Palettes


Comments

No comments written yet.

Please login to write comment.