Color Hex Logo

#f2cc91 Color Hex

#F2CC91
(242,204,145)
0 Favorites   0 Comments

Color spaces of #f2cc91

RGB 242204145
HSL0.100.790.76
HSV36°40°95°
CMYK 0.000.160.40   0.05
XYZ63.321664.107335.8246
Yxy64.10730.38790.3927
Hunter Lab80.06701.050729.5186
CIE-Lab84.02165.563634.3796

#f2cc91 color RGB value is (242,204,145).

#f2cc91 hex color red value is 242, green value is 204 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #f2cc91 hue: 0.10 , saturation: 0.79 and the lightness value of f2cc91 is 0.76.

The process color (four color CMYK) of #f2cc91 color hex is 0.00, 0.16, 0.40, 0.05. Web safe color of #f2cc91 is #ffcc99. Color #f2cc91 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11001100 10010001
Octal 362 314 221
Decimal 242 204 145
Hex F2 CC 91

RGB Percentages of Color #f2cc91

%40.95
%34.52
%24.53

CMYK Percentages of Color #f2cc91

%0
%16
%40
%5

Triadic Colors of #f2cc91

#f2cc91 #91f2cc #cc91f2

Analogous Colors of #f2cc91

#f2cc91 #e8f291 #f29c91

Monochromatic Colors of #f2cc91

#f2cc91

Complementary Color

#f2cc91 #91b7f2

#f2cc91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2cc91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2cc91 Color CSS Codes

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

#f2cc91 Text Font Color

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

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


#f2cc91 Background Color

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

This div background color is #f2cc91


#f2cc91 Border Color

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

This div border color is #f2cc91


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,204,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f2cc91; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f2cc91;
  -webkit-box-shadow: 1px 1px 3px 2px #f2cc91;
  box-shadow:         1px 1px 3px 2px #f2cc91; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,204,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2cc91

#f2cc91 Color Palettes


Comments

No comments written yet.

Please login to write comment.