Color Hex Logo

#ffec2d Color Hex

#FFEC2D
(255,236,45)
0 Favorites   0 Comments

Color spaces of #ffec2d

RGB 25523645
HSL0.151.000.59
HSV55°82°100°
CMYK 0.000.070.82   0.00
XYZ71.709181.440414.4227
Yxy81.44040.42790.4860
Hunter Lab90.2443-16.089653.6954
CIE-Lab92.3273-11.749384.8201

#ffec2d color RGB value is (255,236,45).

#ffec2d hex color red value is 255, green value is 236 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ffec2d hue: 0.15 , saturation: 1.00 and the lightness value of ffec2d is 0.59.

The process color (four color CMYK) of #ffec2d color hex is 0.00, 0.07, 0.82, 0.00. Web safe color of #ffec2d is #ffff33. Color #ffec2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101100 00101101
Octal 377 354 55
Decimal 255 236 45
Hex FF EC 2D

RGB Percentages of Color #ffec2d

%47.57
%44.03
%8.40

CMYK Percentages of Color #ffec2d

%0
%7
%82
%0

Triadic Colors of #ffec2d

#ffec2d #2dffec #ec2dff

Analogous Colors of #ffec2d

#ffec2d #a9ff2d #ff832d

Monochromatic Colors of #ffec2d

#ffec2d

Complementary Color

#ffec2d #2d40ff

#ffec2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffec2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffec2d Color CSS Codes

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

#ffec2d Text Font Color

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

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


#ffec2d Background Color

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

This div background color is #ffec2d


#ffec2d Border Color

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

This div border color is #ffec2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffec2d

Related Colors

#ffec2d Color Palettes


Comments

No comments written yet.

Please login to write comment.