Color Hex Logo

#ffe14b Color Hex

#FFE14B
(255,225,75)
0 Favorites   0 Comments

Color spaces of #ffe14b

RGB 25522575
HSL0.141.000.65
HSV50°71°100°
CMYK 0.000.120.71   0.00
XYZ69.435275.618417.5928
Yxy75.61840.42690.4649
Hunter Lab86.9588-9.648748.8761
CIE-Lab89.6819-5.209673.2782

#ffe14b color RGB value is (255,225,75).

#ffe14b hex color red value is 255, green value is 225 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ffe14b hue: 0.14 , saturation: 1.00 and the lightness value of ffe14b is 0.65.

The process color (four color CMYK) of #ffe14b color hex is 0.00, 0.12, 0.71, 0.00. Web safe color of #ffe14b is #ffcc33. Color #ffe14b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100001 01001011
Octal 377 341 113
Decimal 255 225 75
Hex FF E1 4B

RGB Percentages of Color #ffe14b

%45.95
%40.54
%13.51

CMYK Percentages of Color #ffe14b

%0
%12
%71
%0

Triadic Colors of #ffe14b

#ffe14b #4bffe1 #e14bff

Analogous Colors of #ffe14b

#ffe14b #c3ff4b #ff874b

Monochromatic Colors of #ffe14b

#ffe14b

Complementary Color

#ffe14b #4b69ff

#ffe14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe14b Color CSS Codes

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

#ffe14b Text Font Color

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

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


#ffe14b Background Color

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

This div background color is #ffe14b


#ffe14b Border Color

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

This div border color is #ffe14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe14b


Comments

No comments written yet.

Please login to write comment.