Color Hex Logo

#ffec2b Color Hex

#FFEC2B
(255,236,43)
0 Favorites   0 Comments

Color spaces of #ffec2b

RGB 25523643
HSL0.151.000.58
HSV55°83°100°
CMYK 0.000.070.83   0.00
XYZ71.671581.425314.2247
Yxy81.42530.42830.4866
Hunter Lab90.2360-16.136253.8188
CIE-Lab92.3206-11.800085.2772

#ffec2b color RGB value is (255,236,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101100 00101011
Octal 377 354 53
Decimal 255 236 43
Hex FF EC 2B

RGB Percentages of Color #ffec2b

%47.75
%44.19
%8.05

CMYK Percentages of Color #ffec2b

%0
%7
%83
%0

Triadic Colors of #ffec2b

#ffec2b #2bffec #ec2bff

Analogous Colors of #ffec2b

#ffec2b #a8ff2b #ff822b

Monochromatic Colors of #ffec2b

#ffec2b

Complementary Color

#ffec2b #2b3eff

#ffec2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffec2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffec2b Color CSS Codes

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

#ffec2b Text Font Color

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

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


#ffec2b Background Color

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

This div background color is #ffec2b


#ffec2b Border Color

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

This div border color is #ffec2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffec2b

Related Colors


Comments

No comments written yet.

Please login to write comment.