Color Hex Logo

#ecbb06 Color Hex

#ECBB06
(236,187,6)
0 Favorites   0 Comments

Color spaces of #ecbb06

RGB 2361876
HSL0.130.950.47
HSV47°97°93°
CMYK 0.000.210.97   0.07
XYZ52.395353.38677.7154
Yxy53.38670.46160.4704
Hunter Lab73.06620.135344.8856
CIE-Lab78.10284.357179.4844

#ecbb06 color RGB value is (236,187,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111011 00000110
Octal 354 273 6
Decimal 236 187 6
Hex EC BB 6

RGB Percentages of Color #ecbb06

%55.01
%43.59
%1.40

CMYK Percentages of Color #ecbb06

%0
%21
%97
%7

Triadic Colors of #ecbb06

#ecbb06 #06ecbb #bb06ec

Analogous Colors of #ecbb06

#ecbb06 #aaec06 #ec4806

Monochromatic Colors of #ecbb06

#ecbb06

Complementary Color

#ecbb06 #0637ec

#ecbb06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbb06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbb06 Color CSS Codes

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

#ecbb06 Text Font Color

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

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


#ecbb06 Background Color

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

This div background color is #ecbb06


#ecbb06 Border Color

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

This div border color is #ecbb06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbb06


Comments

No comments written yet.

Please login to write comment.