Color Hex Logo

#edcb53 Color Hex

#EDCB53
(237,203,83)
0 Favorites   0 Comments

Color spaces of #edcb53

RGB 23720383
HSL0.130.810.63
HSV47°65°93°
CMYK 0.000.140.65   0.07
XYZ57.842361.340916.9750
Yxy61.34090.42480.4505
Hunter Lab78.3204-5.232441.9739
CIE-Lab82.5617-1.121262.2924

#edcb53 color RGB value is (237,203,83).

#edcb53 hex color red value is 237, green value is 203 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #edcb53 hue: 0.13 , saturation: 0.81 and the lightness value of edcb53 is 0.63.

The process color (four color CMYK) of #edcb53 color hex is 0.00, 0.14, 0.65, 0.07. Web safe color of #edcb53 is #ffcc66. Color #edcb53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 01010011
Octal 355 313 123
Decimal 237 203 83
Hex ED CB 53

RGB Percentages of Color #edcb53

%45.32
%38.81
%15.87

CMYK Percentages of Color #edcb53

%0
%14
%65
%7

Triadic Colors of #edcb53

#edcb53 #53edcb #cb53ed

Analogous Colors of #edcb53

#edcb53 #c2ed53 #ed7e53

Monochromatic Colors of #edcb53

#edcb53

Complementary Color

#edcb53 #5375ed

#edcb53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcb53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcb53 Color CSS Codes

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

#edcb53 Text Font Color

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

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


#edcb53 Background Color

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

This div background color is #edcb53


#edcb53 Border Color

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

This div border color is #edcb53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcb53


Comments

No comments written yet.

Please login to write comment.