Color Hex Logo

#edcc34 Color Hex

#EDCC34
(237,204,52)
0 Favorites   0 Comments

Color spaces of #edcc34

RGB 23720452
HSL0.140.840.57
HSV49°78°93°
CMYK 0.000.140.78   0.07
XYZ57.137861.438212.0961
Yxy61.43820.43730.4702
Hunter Lab78.3825-7.049945.7181
CIE-Lab82.6138-3.073073.8791

#edcc34 color RGB value is (237,204,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 00110100
Octal 355 314 64
Decimal 237 204 52
Hex ED CC 34

RGB Percentages of Color #edcc34

%48.07
%41.38
%10.55

CMYK Percentages of Color #edcc34

%0
%14
%78
%7

Triadic Colors of #edcc34

#edcc34 #34edcc #cc34ed

Analogous Colors of #edcc34

#edcc34 #b2ed34 #ed7034

Monochromatic Colors of #edcc34

#edcc34

Complementary Color

#edcc34 #3455ed

#edcc34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcc34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcc34 Color CSS Codes

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

#edcc34 Text Font Color

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

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


#edcc34 Background Color

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

This div background color is #edcc34


#edcc34 Border Color

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

This div border color is #edcc34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcc34


Comments

No comments written yet.

Please login to write comment.