Color Hex Logo

#edcf5b Color Hex

#EDCF5B
(237,207,91)
0 Favorites   0 Comments

Color spaces of #edcf5b

RGB 23720791
HSL0.130.800.64
HSV48°62°93°
CMYK 0.000.130.62   0.07
XYZ59.126263.385519.0159
Yxy63.38550.41780.4479
Hunter Lab79.6150-6.763041.5692
CIE-Lab83.6448-2.677860.0081

#edcf5b color RGB value is (237,207,91).

#edcf5b hex color red value is 237, green value is 207 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #edcf5b hue: 0.13 , saturation: 0.80 and the lightness value of edcf5b is 0.64.

The process color (four color CMYK) of #edcf5b color hex is 0.00, 0.13, 0.62, 0.07. Web safe color of #edcf5b is #ffcc66. Color #edcf5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001111 01011011
Octal 355 317 133
Decimal 237 207 91
Hex ED CF 5B

RGB Percentages of Color #edcf5b

%44.30
%38.69
%17.01

CMYK Percentages of Color #edcf5b

%0
%13
%62
%7

Triadic Colors of #edcf5b

#edcf5b #5bedcf #cf5bed

Analogous Colors of #edcf5b

#edcf5b #c2ed5b #ed865b

Monochromatic Colors of #edcf5b

#edcf5b

Complementary Color

#edcf5b #5b79ed

#edcf5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcf5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcf5b Color CSS Codes

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

#edcf5b Text Font Color

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

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


#edcf5b Background Color

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

This div background color is #edcf5b


#edcf5b Border Color

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

This div border color is #edcf5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcf5b


Comments

No comments written yet.

Please login to write comment.