Color Hex Logo

#edcf34 Color Hex

#EDCF34
(237,207,52)
0 Favorites   0 Comments

Color spaces of #edcf34

RGB 23720752
HSL0.140.840.57
HSV50°78°93°
CMYK 0.000.130.78   0.07
XYZ57.857762.878112.3361
Yxy62.87810.43480.4725
Hunter Lab79.2957-8.525946.2832
CIE-Lab83.3782-4.603174.5654

#edcf34 color RGB value is (237,207,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001111 00110100
Octal 355 317 64
Decimal 237 207 52
Hex ED CF 34

RGB Percentages of Color #edcf34

%47.78
%41.73
%10.48

CMYK Percentages of Color #edcf34

%0
%13
%78
%7

Triadic Colors of #edcf34

#edcf34 #34edcf #cf34ed

Analogous Colors of #edcf34

#edcf34 #afed34 #ed7334

Monochromatic Colors of #edcf34

#edcf34

Complementary Color

#edcf34 #3452ed

#edcf34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcf34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcf34 Color CSS Codes

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

#edcf34 Text Font Color

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

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


#edcf34 Background Color

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

This div background color is #edcf34


#edcf34 Border Color

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

This div border color is #edcf34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcf34


Comments

No comments written yet.

Please login to write comment.