Color Hex Logo

#edc265 Color Hex

#EDC265
(237,194,101)
1 Favorites   0 Comments

Color spaces of #edc265

RGB 237194101
HSL0.110.790.66
HSV41°57°93°
CMYK 0.000.180.57   0.07
XYZ56.565857.527720.4345
Yxy57.52770.42050.4276
Hunter Lab75.84700.390937.1192
CIE-Lab80.47554.730851.8302

#edc265 color RGB value is (237,194,101).

#edc265 hex color red value is 237, green value is 194 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #edc265 hue: 0.11 , saturation: 0.79 and the lightness value of edc265 is 0.66.

The process color (four color CMYK) of #edc265 color hex is 0.00, 0.18, 0.57, 0.07. Web safe color of #edc265 is #ffcc66. Color #edc265 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000010 01100101
Octal 355 302 145
Decimal 237 194 101
Hex ED C2 65

RGB Percentages of Color #edc265

%44.55
%36.47
%18.98

CMYK Percentages of Color #edc265

%0
%18
%57
%7

Triadic Colors of #edc265

#edc265 #65edc2 #c265ed

Analogous Colors of #edc265

#edc265 #d4ed65 #ed7e65

Monochromatic Colors of #edc265

#edc265

Complementary Color

#edc265 #6590ed

#edc265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc265 Color CSS Codes

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

#edc265 Text Font Color

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

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


#edc265 Background Color

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

This div background color is #edc265


#edc265 Border Color

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

This div border color is #edc265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc265


Comments

No comments written yet.

Please login to write comment.