color codes Logo

#edcf06 color codes

#EDCF06
(237,207,6)
0 Favorites   0 Comments

Color spaces of #edcf06

RGB 2372076
HSL0.150.950.48
HSV52°97°93°
CMYK 0.000.130.97   0.07
XYZ57.270762.64339.2452
Yxy62.64330.44340.4850
Hunter Lab79.1475-9.346648.4776
CIE-Lab83.2543-5.507283.2228

#edcf06 color RGB value is (237,207,6).

#edcf06 hex color red value is 237, green value is 207 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #edcf06 hue: 0.15 , saturation: 0.95 and the lightness value of edcf06 is 0.48.

The process color (four color CMYK) of #edcf06 color code is 0.00, 0.13, 0.97, 0.07. Web safe color of #edcf06 is #ffcc00. Color #edcf06 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001111 00000110
Octal 355 317 6
Decimal 237 207 6
Hex ED CF 6

RGB Percentages of Color #edcf06

%52.67
%46.00
%1.33

CMYK Percentages of Color #edcf06

%0
%13
%97
%7

Triadic Colors of #edcf06

#edcf06 #06edcf #cf06ed

Analogous Colors of #edcf06

#edcf06 #98ed06 #ed5c06

Monochromatic Colors of #edcf06

#edcf06

Complementary Color

#edcf06 #0624ed

#edcf06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcf06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcf06 Color CSS Codes

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

#edcf06 Text Font Color

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

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


#edcf06 Background Color

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

This div background color is #edcf06


#edcf06 Border Color

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

This div border color is #edcf06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcf06


Comments

No comments written yet.

Please login to write comment.