Color Hex Logo

#ecdd08 Color Hex

#ECDD08
(236,221,8)
0 Favorites   0 Comments

Color spaces of #ecdd08

RGB 2362218
HSL0.160.930.48
HSV56°97°93°
CMYK 0.000.060.97   0.07
XYZ60.492469.563310.4685
Yxy69.56330.43050.4950
Hunter Lab83.4046-16.494150.9415
CIE-Lab86.7822-12.938785.5877

#ecdd08 color RGB value is (236,221,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011101 00001000
Octal 354 335 10
Decimal 236 221 8
Hex EC DD 8

RGB Percentages of Color #ecdd08

%50.75
%47.53
%1.72

CMYK Percentages of Color #ecdd08

%0
%6
%97
%7

Triadic Colors of #ecdd08

#ecdd08 #08ecdd #dd08ec

Analogous Colors of #ecdd08

#ecdd08 #89ec08 #ec6b08

Monochromatic Colors of #ecdd08

#ecdd08

Complementary Color

#ecdd08 #0817ec

#ecdd08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdd08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdd08 Color CSS Codes

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

#ecdd08 Text Font Color

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

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


#ecdd08 Background Color

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

This div background color is #ecdd08


#ecdd08 Border Color

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

This div border color is #ecdd08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdd08


Comments

No comments written yet.

Please login to write comment.