Color Hex Logo

#edc633 Color Hex

#EDC633
(237,198,51)
0 Favorites   0 Comments

Color spaces of #edc633

RGB 23719851
HSL0.130.840.56
HSV47°78°93°
CMYK 0.000.160.78   0.07
XYZ55.716758.631711.5124
Yxy58.63170.44270.4658
Hunter Lab76.5713-4.115344.6858
CIE-Lab81.0887-0.027572.8218

#edc633 color RGB value is (237,198,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000110 00110011
Octal 355 306 63
Decimal 237 198 51
Hex ED C6 33

RGB Percentages of Color #edc633

%48.77
%40.74
%10.49

CMYK Percentages of Color #edc633

%0
%16
%78
%7

Triadic Colors of #edc633

#edc633 #33edc6 #c633ed

Analogous Colors of #edc633

#edc633 #b7ed33 #ed6933

Monochromatic Colors of #edc633

#edc633

Complementary Color

#edc633 #335aed

#edc633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc633 Color CSS Codes

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

#edc633 Text Font Color

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

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


#edc633 Background Color

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

This div background color is #edc633


#edc633 Border Color

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

This div border color is #edc633


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc633


Comments

No comments written yet.

Please login to write comment.