Color Hex Logo

#edbb15 Color Hex

#EDBB15
(237,187,21)
0 Favorites   0 Comments

Color spaces of #edbb15

RGB 23718721
HSL0.130.860.51
HSV46°91°93°
CMYK 0.000.210.91   0.07
XYZ52.830753.59938.2707
Yxy53.59930.46060.4673
Hunter Lab73.21150.688444.5501
CIE-Lab78.22754.951977.7598

#edbb15 color RGB value is (237,187,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 00010101
Octal 355 273 25
Decimal 237 187 21
Hex ED BB 15

RGB Percentages of Color #edbb15

%53.26
%42.02
%4.72

CMYK Percentages of Color #edbb15

%0
%21
%91
%7

Triadic Colors of #edbb15

#edbb15 #15edbb #bb15ed

Analogous Colors of #edbb15

#edbb15 #b3ed15 #ed4f15

Monochromatic Colors of #edbb15

#edbb15

Complementary Color

#edbb15 #1547ed

#edbb15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbb15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbb15 Color CSS Codes

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

#edbb15 Text Font Color

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

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


#edbb15 Background Color

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

This div background color is #edbb15


#edbb15 Border Color

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

This div border color is #edbb15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbb15


Comments

No comments written yet.

Please login to write comment.