Color Hex Logo

#edcb54 Color Hex

#EDCB54
(237,203,84)
0 Favorites   0 Comments

Color spaces of #edcb54

RGB 23720384
HSL0.130.810.63
HSV47°65°93°
CMYK 0.000.140.65   0.07
XYZ57.881261.356517.1798
Yxy61.35650.42430.4498
Hunter Lab78.3304-5.178041.8275
CIE-Lab82.5700-1.062261.8756

#edcb54 color RGB value is (237,203,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 01010100
Octal 355 313 124
Decimal 237 203 84
Hex ED CB 54

RGB Percentages of Color #edcb54

%45.23
%38.74
%16.03

CMYK Percentages of Color #edcb54

%0
%14
%65
%7

Triadic Colors of #edcb54

#edcb54 #54edcb #cb54ed

Analogous Colors of #edcb54

#edcb54 #c3ed54 #ed7f54

Monochromatic Colors of #edcb54

#edcb54

Complementary Color

#edcb54 #5476ed

#edcb54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcb54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcb54 Color CSS Codes

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

#edcb54 Text Font Color

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

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


#edcb54 Background Color

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

This div background color is #edcb54


#edcb54 Border Color

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

This div border color is #edcb54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcb54


Comments

No comments written yet.

Please login to write comment.