Color Hex Logo

#ecdd06 Color Hex

#ECDD06
(236,221,6)
0 Favorites   0 Comments

Color spaces of #ecdd06

RGB 2362216
HSL0.160.950.47
HSV56°97°93°
CMYK 0.000.060.97   0.07
XYZ60.481469.558910.4108
Yxy69.55890.43060.4953
Hunter Lab83.4020-16.508950.9804
CIE-Lab86.7801-12.955585.7526

#ecdd06 color RGB value is (236,221,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011101 00000110
Octal 354 335 6
Decimal 236 221 6
Hex EC DD 6

RGB Percentages of Color #ecdd06

%50.97
%47.73
%1.30

CMYK Percentages of Color #ecdd06

%0
%6
%97
%7

Triadic Colors of #ecdd06

#ecdd06 #06ecdd #dd06ec

Analogous Colors of #ecdd06

#ecdd06 #88ec06 #ec6a06

Monochromatic Colors of #ecdd06

#ecdd06

Complementary Color

#ecdd06 #0615ec

#ecdd06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdd06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdd06 Color CSS Codes

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

#ecdd06 Text Font Color

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

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


#ecdd06 Background Color

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

This div background color is #ecdd06


#ecdd06 Border Color

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

This div border color is #ecdd06


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,221,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 #ecdd06">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdd06


Comments

No comments written yet.

Please login to write comment.