Color Hex Logo

#ffec34 Color Hex

#FFEC34
(255,236,52)
0 Favorites   0 Comments

Color spaces of #ffec34

RGB 25523652
HSL0.151.000.60
HSV54°80°100°
CMYK 0.000.070.80   0.00
XYZ71.855381.498815.1925
Yxy81.49880.42630.4835
Hunter Lab90.2767-15.908053.2159
CIE-Lab92.3532-11.551883.0822

#ffec34 color RGB value is (255,236,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101100 00110100
Octal 377 354 64
Decimal 255 236 52
Hex FF EC 34

RGB Percentages of Color #ffec34

%46.96
%43.46
%9.58

CMYK Percentages of Color #ffec34

%0
%7
%80
%0

Triadic Colors of #ffec34

#ffec34 #34ffec #ec34ff

Analogous Colors of #ffec34

#ffec34 #adff34 #ff8734

Monochromatic Colors of #ffec34

#ffec34

Complementary Color

#ffec34 #3447ff

#ffec34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffec34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffec34 Color CSS Codes

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

#ffec34 Text Font Color

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

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


#ffec34 Background Color

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

This div background color is #ffec34


#ffec34 Border Color

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

This div border color is #ffec34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffec34

#ffec34 Color Palettes


Comments

No comments written yet.

Please login to write comment.