Color Hex Logo

#edbb33 Color Hex

#EDBB33
(237,187,51)
0 Favorites   0 Comments

Color spaces of #edbb33

RGB 23718751
HSL0.120.840.56
HSV44°78°93°
CMYK 0.000.210.78   0.07
XYZ53.292953.784210.7045
Yxy53.78420.45250.4566
Hunter Lab73.33771.371042.6823
CIE-Lab78.33575.680870.3414

#edbb33 color RGB value is (237,187,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 00110011
Octal 355 273 63
Decimal 237 187 51
Hex ED BB 33

RGB Percentages of Color #edbb33

%49.89
%39.37
%10.74

CMYK Percentages of Color #edbb33

%0
%21
%78
%7

Triadic Colors of #edbb33

#edbb33 #33edbb #bb33ed

Analogous Colors of #edbb33

#edbb33 #c2ed33 #ed5e33

Monochromatic Colors of #edbb33

#edbb33

Complementary Color

#edbb33 #3365ed

#edbb33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbb33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbb33 Color CSS Codes

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

#edbb33 Text Font Color

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

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


#edbb33 Background Color

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

This div background color is #edbb33


#edbb33 Border Color

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

This div border color is #edbb33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbb33


Comments

No comments written yet.

Please login to write comment.