Color Hex Logo

#edc634 Color Hex

#EDC634
(237,198,52)
0 Favorites   0 Comments

Color spaces of #edc634

RGB 23719852
HSL0.130.840.57
HSV47°78°93°
CMYK 0.000.160.78   0.07
XYZ55.739058.640611.6298
Yxy58.64060.44230.4654
Hunter Lab76.5772-4.083444.5996
CIE-Lab81.09360.007272.5099

#edc634 color RGB value is (237,198,52).

#edc634 hex color red value is 237, green value is 198 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #edc634 hue: 0.13 , saturation: 0.84 and the lightness value of edc634 is 0.57.

The process color (four color CMYK) of #edc634 color hex is 0.00, 0.16, 0.78, 0.07. Web safe color of #edc634 is #ffcc33. Color #edc634 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000110 00110100
Octal 355 306 64
Decimal 237 198 52
Hex ED C6 34

RGB Percentages of Color #edc634

%48.67
%40.66
%10.68

CMYK Percentages of Color #edc634

%0
%16
%78
%7

Triadic Colors of #edc634

#edc634 #34edc6 #c634ed

Analogous Colors of #edc634

#edc634 #b8ed34 #ed6a34

Monochromatic Colors of #edc634

#edc634

Complementary Color

#edc634 #345bed

#edc634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc634 Color CSS Codes

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

#edc634 Text Font Color

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

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


#edc634 Background Color

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

This div background color is #edc634


#edc634 Border Color

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

This div border color is #edc634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc634


Comments

No comments written yet.

Please login to write comment.