Color Hex Logo

#edbb44 Color Hex

#EDBB44
(237,187,68)
0 Favorites   0 Comments

Color spaces of #edbb44

RGB 23718768
HSL0.120.820.60
HSV42°71°93°
CMYK 0.000.210.71   0.07
XYZ53.738853.962513.0523
Yxy53.96250.44500.4469
Hunter Lab73.45922.027540.8867
CIE-Lab78.43996.378664.2133

#edbb44 color RGB value is (237,187,68).

#edbb44 hex color red value is 237, green value is 187 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #edbb44 hue: 0.12 , saturation: 0.82 and the lightness value of edbb44 is 0.60.

The process color (four color CMYK) of #edbb44 color hex is 0.00, 0.21, 0.71, 0.07. Web safe color of #edbb44 is #ffcc33. Color #edbb44 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 01000100
Octal 355 273 104
Decimal 237 187 68
Hex ED BB 44

RGB Percentages of Color #edbb44

%48.17
%38.01
%13.82

CMYK Percentages of Color #edbb44

%0
%21
%71
%7

Triadic Colors of #edbb44

#edbb44 #44edbb #bb44ed

Analogous Colors of #edbb44

#edbb44 #cbed44 #ed6744

Monochromatic Colors of #edbb44

#edbb44

Complementary Color

#edbb44 #4476ed

#edbb44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbb44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbb44 Color CSS Codes

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

#edbb44 Text Font Color

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

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


#edbb44 Background Color

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

This div background color is #edbb44


#edbb44 Border Color

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

This div border color is #edbb44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbb44


Comments

No comments written yet.

Please login to write comment.