Color Hex Logo

#edcf10 Color Hex

#EDCF10
(237,207,16)
0 Favorites   0 Comments

Color spaces of #edcf10

RGB 23720716
HSL0.140.870.50
HSV52°93°93°
CMYK 0.000.130.93   0.07
XYZ57.331462.66769.5646
Yxy62.66760.44250.4837
Hunter Lab79.1629-9.261648.2505
CIE-Lab83.2672-5.413482.2441

#edcf10 color RGB value is (237,207,16).

#edcf10 hex color red value is 237, green value is 207 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #edcf10 hue: 0.14 , saturation: 0.87 and the lightness value of edcf10 is 0.50.

The process color (four color CMYK) of #edcf10 color hex is 0.00, 0.13, 0.93, 0.07. Web safe color of #edcf10 is #ffcc00. Color #edcf10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001111 00010000
Octal 355 317 20
Decimal 237 207 16
Hex ED CF 10

RGB Percentages of Color #edcf10

%51.52
%45.00
%3.48

CMYK Percentages of Color #edcf10

%0
%13
%93
%7

Triadic Colors of #edcf10

#edcf10 #10edcf #cf10ed

Analogous Colors of #edcf10

#edcf10 #9ded10 #ed6110

Monochromatic Colors of #edcf10

#edcf10

Complementary Color

#edcf10 #102eed

#edcf10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcf10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcf10 Color CSS Codes

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

#edcf10 Text Font Color

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

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


#edcf10 Background Color

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

This div background color is #edcf10


#edcf10 Border Color

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

This div border color is #edcf10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcf10


Comments

No comments written yet.

Please login to write comment.