Color Hex Logo

#edcb52 Color Hex

#EDCB52
(237,203,82)
0 Favorites   0 Comments

Color spaces of #edcb52

RGB 23720382
HSL0.130.810.63
HSV47°65°93°
CMYK 0.000.140.65   0.07
XYZ57.804061.325616.7731
Yxy61.32560.42530.4512
Hunter Lab78.3107-5.286242.1183
CIE-Lab82.5535-1.179462.7067

#edcb52 color RGB value is (237,203,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 01010010
Octal 355 313 122
Decimal 237 203 82
Hex ED CB 52

RGB Percentages of Color #edcb52

%45.40
%38.89
%15.71

CMYK Percentages of Color #edcb52

%0
%14
%65
%7

Triadic Colors of #edcb52

#edcb52 #52edcb #cb52ed

Analogous Colors of #edcb52

#edcb52 #c2ed52 #ed7e52

Monochromatic Colors of #edcb52

#edcb52

Complementary Color

#edcb52 #5274ed

#edcb52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcb52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcb52 Color CSS Codes

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

#edcb52 Text Font Color

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

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


#edcb52 Background Color

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

This div background color is #edcb52


#edcb52 Border Color

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

This div border color is #edcb52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcb52


Comments

No comments written yet.

Please login to write comment.