Color Hex Logo

#edbc58 Color Hex

#EDBC58
(237,188,88)
0 Favorites   0 Comments

Color spaces of #edbc58

RGB 23718888
HSL0.110.810.64
HSV40°63°93°
CMYK 0.000.210.63   0.07
XYZ54.669754.675516.9045
Yxy54.67550.43300.4331
Hunter Lab73.94292.574038.2054
CIE-Lab78.85406.967356.0490

#edbc58 color RGB value is (237,188,88).

#edbc58 hex color red value is 237, green value is 188 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #edbc58 hue: 0.11 , saturation: 0.81 and the lightness value of edbc58 is 0.64.

The process color (four color CMYK) of #edbc58 color hex is 0.00, 0.21, 0.63, 0.07. Web safe color of #edbc58 is #ffcc66. Color #edbc58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 01011000
Octal 355 274 130
Decimal 237 188 88
Hex ED BC 58

RGB Percentages of Color #edbc58

%46.20
%36.65
%17.15

CMYK Percentages of Color #edbc58

%0
%21
%63
%7

Triadic Colors of #edbc58

#edbc58 #58edbc #bc58ed

Analogous Colors of #edbc58

#edbc58 #d4ed58 #ed7258

Monochromatic Colors of #edbc58

#edbc58

Complementary Color

#edbc58 #5889ed

#edbc58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbc58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbc58 Color CSS Codes

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

#edbc58 Text Font Color

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

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


#edbc58 Background Color

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

This div background color is #edbc58


#edbc58 Border Color

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

This div border color is #edbc58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbc58


Comments

No comments written yet.

Please login to write comment.