Color Hex Logo

#edcb75 Color Hex

#EDCB75
(237,203,117)
0 Favorites   0 Comments

Color spaces of #edcb75

RGB 237203117
HSL0.120.770.69
HSV43°51°93°
CMYK 0.000.140.51   0.07
XYZ59.491962.000825.6614
Yxy62.00080.40430.4213
Hunter Lab78.7406-2.931635.7959
CIE-Lab82.91381.351147.0023

#edcb75 color RGB value is (237,203,117).

#edcb75 hex color red value is 237, green value is 203 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #edcb75 hue: 0.12 , saturation: 0.77 and the lightness value of edcb75 is 0.69.

The process color (four color CMYK) of #edcb75 color hex is 0.00, 0.14, 0.51, 0.07. Web safe color of #edcb75 is #ffcc66. Color #edcb75 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 01110101
Octal 355 313 165
Decimal 237 203 117
Hex ED CB 75

RGB Percentages of Color #edcb75

%42.55
%36.45
%21.01

CMYK Percentages of Color #edcb75

%0
%14
%51
%7

Triadic Colors of #edcb75

#edcb75 #75edcb #cb75ed

Analogous Colors of #edcb75

#edcb75 #d3ed75 #ed8f75

Monochromatic Colors of #edcb75

#edcb75

Complementary Color

#edcb75 #7597ed

#edcb75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcb75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcb75 Color CSS Codes

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

#edcb75 Text Font Color

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

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


#edcb75 Background Color

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

This div background color is #edcb75


#edcb75 Border Color

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

This div border color is #edcb75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcb75


Comments

No comments written yet.

Please login to write comment.