Color Hex Logo

#fef188 Color Hex

#FEF188
(254,241,136)
0 Favorites   0 Comments

Color spaces of #fef188

RGB 254241136
HSL0.150.980.76
HSV53°46°100°
CMYK 0.000.050.46   0.00
XYZ76.772385.759035.7994
Yxy85.75900.38710.4324
Hunter Lab92.6062-14.080841.9042
CIE-Lab94.2092-9.390751.9769

#fef188 color RGB value is (254,241,136).

#fef188 hex color red value is 254, green value is 241 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #fef188 hue: 0.15 , saturation: 0.98 and the lightness value of fef188 is 0.76.

The process color (four color CMYK) of #fef188 color hex is 0.00, 0.05, 0.46, 0.00. Web safe color of #fef188 is #ffff99. Color #fef188 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110001 10001000
Octal 376 361 210
Decimal 254 241 136
Hex FE F1 88

RGB Percentages of Color #fef188

%40.25
%38.19
%21.55

CMYK Percentages of Color #fef188

%0
%5
%46
%0

Triadic Colors of #fef188

#fef188 #88fef1 #f188fe

Analogous Colors of #fef188

#fef188 #d0fe88 #feb688

Monochromatic Colors of #fef188

#fef188

Complementary Color

#fef188 #8895fe

#fef188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef188 Color CSS Codes

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

#fef188 Text Font Color

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

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


#fef188 Background Color

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

This div background color is #fef188


#fef188 Border Color

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

This div border color is #fef188


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,241,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fef188; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fef188;
  -webkit-box-shadow: 1px 1px 3px 2px #fef188;
  box-shadow:         1px 1px 3px 2px #fef188; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,241,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef188


Comments

No comments written yet.

Please login to write comment.