Color Hex Logo

#edbc32 Color Hex

#EDBC32
(237,188,50)
0 Favorites   0 Comments

Color spaces of #edbc32

RGB 23718850
HSL0.120.840.56
HSV44°79°93°
CMYK 0.000.210.79   0.07
XYZ53.484054.201310.6606
Yxy54.20130.45190.4580
Hunter Lab73.62150.837642.9497
CIE-Lab78.57905.124670.8871

#edbc32 color RGB value is (237,188,50).

#edbc32 hex color red value is 237, green value is 188 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #edbc32 hue: 0.12 , saturation: 0.84 and the lightness value of edbc32 is 0.56.

The process color (four color CMYK) of #edbc32 color hex is 0.00, 0.21, 0.79, 0.07. Web safe color of #edbc32 is #ffcc33. Color #edbc32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 00110010
Octal 355 274 62
Decimal 237 188 50
Hex ED BC 32

RGB Percentages of Color #edbc32

%49.89
%39.58
%10.53

CMYK Percentages of Color #edbc32

%0
%21
%79
%7

Triadic Colors of #edbc32

#edbc32 #32edbc #bc32ed

Analogous Colors of #edbc32

#edbc32 #c1ed32 #ed5e32

Monochromatic Colors of #edbc32

#edbc32

Complementary Color

#edbc32 #3263ed

#edbc32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbc32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbc32 Color CSS Codes

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

#edbc32 Text Font Color

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

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


#edbc32 Background Color

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

This div background color is #edbc32


#edbc32 Border Color

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

This div border color is #edbc32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbc32


Comments

No comments written yet.

Please login to write comment.