Color Hex Logo

#edcf66 Color Hex

#EDCF66
(237,207,102)
0 Favorites   0 Comments

Color spaces of #edcf66

RGB 237207102
HSL0.130.790.66
HSV47°57°93°
CMYK 0.000.130.57   0.07
XYZ59.636163.589521.7012
Yxy63.58950.41150.4388
Hunter Lab79.7430-6.058439.6850
CIE-Lab83.7516-1.914655.1599

#edcf66 color RGB value is (237,207,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001111 01100110
Octal 355 317 146
Decimal 237 207 102
Hex ED CF 66

RGB Percentages of Color #edcf66

%43.41
%37.91
%18.68

CMYK Percentages of Color #edcf66

%0
%13
%57
%7

Triadic Colors of #edcf66

#edcf66 #66edcf #cf66ed

Analogous Colors of #edcf66

#edcf66 #c8ed66 #ed8c66

Monochromatic Colors of #edcf66

#edcf66

Complementary Color

#edcf66 #6684ed

#edcf66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcf66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcf66 Color CSS Codes

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

#edcf66 Text Font Color

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

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


#edcf66 Background Color

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

This div background color is #edcf66


#edcf66 Border Color

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

This div border color is #edcf66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcf66


Comments

No comments written yet.

Please login to write comment.