Color Hex Logo

#ecbd04 Color Hex

#ECBD04
(236,189,4)
0 Favorites   0 Comments

Color spaces of #ecbd04

RGB 2361894
HSL0.130.970.47
HSV48°98°93°
CMYK 0.000.200.98   0.07
XYZ52.811654.23687.8001
Yxy54.23680.45980.4722
Hunter Lab73.6456-0.876845.2723
CIE-Lab78.59963.298480.0393

#ecbd04 color RGB value is (236,189,4).

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

The process color (four color CMYK) of #ecbd04 color hex is 0.00, 0.20, 0.98, 0.07. Web safe color of #ecbd04 is #ffcc00. Color #ecbd04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111101 00000100
Octal 354 275 4
Decimal 236 189 4
Hex EC BD 4

RGB Percentages of Color #ecbd04

%55.01
%44.06
%0.93

CMYK Percentages of Color #ecbd04

%0
%20
%98
%7

Triadic Colors of #ecbd04

#ecbd04 #04ecbd #bd04ec

Analogous Colors of #ecbd04

#ecbd04 #a7ec04 #ec4904

Monochromatic Colors of #ecbd04

#ecbd04

Complementary Color

#ecbd04 #0433ec

#ecbd04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbd04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbd04 Color CSS Codes

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

#ecbd04 Text Font Color

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

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


#ecbd04 Background Color

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

This div background color is #ecbd04


#ecbd04 Border Color

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

This div border color is #ecbd04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbd04


Comments

No comments written yet.

Please login to write comment.