Color Hex Logo

#edbc70 Color Hex

#EDBC70
(237,188,112)
0 Favorites   0 Comments

Color spaces of #edbc70

RGB 237188112
HSL0.100.780.68
HSV36°53°93°
CMYK 0.000.210.53   0.07
XYZ55.832955.140823.0298
Yxy55.14080.41670.4115
Hunter Lab74.25694.262733.5918
CIE-Lab79.12238.739244.8414

#edbc70 color RGB value is (237,188,112).

#edbc70 hex color red value is 237, green value is 188 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #edbc70 hue: 0.10 , saturation: 0.78 and the lightness value of edbc70 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 01110000
Octal 355 274 160
Decimal 237 188 112
Hex ED BC 70

RGB Percentages of Color #edbc70

%44.13
%35.01
%20.86

CMYK Percentages of Color #edbc70

%0
%21
%53
%7

Triadic Colors of #edbc70

#edbc70 #70edbc #bc70ed

Analogous Colors of #edbc70

#edbc70 #e0ed70 #ed7e70

Monochromatic Colors of #edbc70

#edbc70

Complementary Color

#edbc70 #70a1ed

#edbc70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbc70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbc70 Color CSS Codes

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

#edbc70 Text Font Color

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

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


#edbc70 Background Color

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

This div background color is #edbc70


#edbc70 Border Color

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

This div border color is #edbc70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbc70


Comments

No comments written yet.

Please login to write comment.