Color Hex Logo

#edbc16 Color Hex

#EDBC16
(237,188,22)
0 Favorites   0 Comments

Color spaces of #edbc16

RGB 23718822
HSL0.130.860.51
HSV46°91°93°
CMYK 0.000.210.91   0.07
XYZ53.053154.02898.3915
Yxy54.02890.45940.4679
Hunter Lab73.50440.203044.6843
CIE-Lab78.47864.445777.7823

#edbc16 color RGB value is (237,188,22).

#edbc16 hex color red value is 237, green value is 188 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #edbc16 hue: 0.13 , saturation: 0.86 and the lightness value of edbc16 is 0.51.

The process color (four color CMYK) of #edbc16 color hex is 0.00, 0.21, 0.91, 0.07. Web safe color of #edbc16 is #ffcc00. Color #edbc16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 00010110
Octal 355 274 26
Decimal 237 188 22
Hex ED BC 16

RGB Percentages of Color #edbc16

%53.02
%42.06
%4.92

CMYK Percentages of Color #edbc16

%0
%21
%91
%7

Triadic Colors of #edbc16

#edbc16 #16edbc #bc16ed

Analogous Colors of #edbc16

#edbc16 #b3ed16 #ed5116

Monochromatic Colors of #edbc16

#edbc16

Complementary Color

#edbc16 #1647ed

#edbc16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbc16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbc16 Color CSS Codes

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

#edbc16 Text Font Color

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

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


#edbc16 Background Color

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

This div background color is #edbc16


#edbc16 Border Color

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

This div border color is #edbc16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbc16


Comments

No comments written yet.

Please login to write comment.