Color Hex Logo

#ffed32 Color Hex

#FFED32
(255,237,50)
0 Favorites   0 Comments

Color spaces of #ffed32

RGB 25523750
HSL0.151.000.60
HSV55°80°100°
CMYK 0.000.070.80   0.00
XYZ72.099982.058715.0564
Yxy82.05870.42610.4849
Hunter Lab90.5863-16.453353.5558
CIE-Lab92.6008-12.102683.8197

#ffed32 color RGB value is (255,237,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 00110010
Octal 377 355 62
Decimal 255 237 50
Hex FF ED 32

RGB Percentages of Color #ffed32

%47.05
%43.73
%9.23

CMYK Percentages of Color #ffed32

%0
%7
%80
%0

Triadic Colors of #ffed32

#ffed32 #32ffed #ed32ff

Analogous Colors of #ffed32

#ffed32 #abff32 #ff8732

Monochromatic Colors of #ffed32

#ffed32

Complementary Color

#ffed32 #3244ff

#ffed32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffed32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffed32 Color CSS Codes

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

#ffed32 Text Font Color

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

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


#ffed32 Background Color

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

This div background color is #ffed32


#ffed32 Border Color

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

This div border color is #ffed32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffed32

Related Colors


Comments

No comments written yet.

Please login to write comment.