Color Hex Logo

#edbd10 Color Hex

#EDBD10
(237,189,16)
0 Favorites   0 Comments

Color spaces of #edbd10

RGB 23718916
HSL0.130.870.50
HSV47°93°93°
CMYK 0.000.200.93   0.07
XYZ53.216254.43718.1928
Yxy54.43710.45940.4699
Hunter Lab73.7815-0.371445.0634
CIE-Lab78.71593.844178.8687

#edbd10 color RGB value is (237,189,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111101 00010000
Octal 355 275 20
Decimal 237 189 16
Hex ED BD 10

RGB Percentages of Color #edbd10

%53.62
%42.76
%3.62

CMYK Percentages of Color #edbd10

%0
%20
%93
%7

Triadic Colors of #edbd10

#edbd10 #10edbd #bd10ed

Analogous Colors of #edbd10

#edbd10 #afed10 #ed4f10

Monochromatic Colors of #edbd10

#edbd10

Complementary Color

#edbd10 #1040ed

#edbd10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbd10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbd10 Color CSS Codes

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

#edbd10 Text Font Color

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

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


#edbd10 Background Color

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

This div background color is #edbd10


#edbd10 Border Color

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

This div border color is #edbd10


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,189,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 #edbd10">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbd10


Comments

No comments written yet.

Please login to write comment.