Color Hex Logo

#ecbb07 Color Hex

#ECBB07
(236,187,7)
0 Favorites   0 Comments

Color spaces of #ecbb07

RGB 2361877
HSL0.130.940.48
HSV47°97°93°
CMYK 0.000.210.97   0.07
XYZ52.400753.38897.7443
Yxy53.38890.46150.4702
Hunter Lab73.06770.143344.8634
CIE-Lab78.10404.365679.3834

#ecbb07 color RGB value is (236,187,7).

#ecbb07 hex color red value is 236, green value is 187 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #ecbb07 hue: 0.13 , saturation: 0.94 and the lightness value of ecbb07 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111011 00000111
Octal 354 273 7
Decimal 236 187 7
Hex EC BB 7

RGB Percentages of Color #ecbb07

%54.88
%43.49
%1.63

CMYK Percentages of Color #ecbb07

%0
%21
%97
%7

Triadic Colors of #ecbb07

#ecbb07 #07ecbb #bb07ec

Analogous Colors of #ecbb07

#ecbb07 #abec07 #ec4907

Monochromatic Colors of #ecbb07

#ecbb07

Complementary Color

#ecbb07 #0738ec

#ecbb07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbb07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbb07 Color CSS Codes

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

#ecbb07 Text Font Color

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

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


#ecbb07 Background Color

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

This div background color is #ecbb07


#ecbb07 Border Color

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

This div border color is #ecbb07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbb07


Comments

No comments written yet.

Please login to write comment.