Color Hex Logo

#f29ded Color Hex

#F29DED
(242,157,237)
0 Favorites   0 Comments

Color spaces of #f29ded

RGB 242157237
HSL0.840.770.78
HSV304°35°95°
CMYK 0.000.350.02   0.05
XYZ63.961049.105686.2280
Yxy49.10560.32090.2464
Hunter Lab70.075440.2932-23.9038
CIE-Lab75.517043.6865-27.2495

#f29ded color RGB value is (242,157,237).

#f29ded hex color red value is 242, green value is 157 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f29ded hue: 0.84 , saturation: 0.77 and the lightness value of f29ded is 0.78.

The process color (four color CMYK) of #f29ded color hex is 0.00, 0.35, 0.02, 0.05. Web safe color of #f29ded is #ff99ff. Color #f29ded contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011101 11101101
Octal 362 235 355
Decimal 242 157 237
Hex F2 9D ED

RGB Percentages of Color #f29ded

%38.05
%24.69
%37.26

CMYK Percentages of Color #f29ded

%0
%35
%2
%5

Triadic Colors of #f29ded

#f29ded #edf29d #9dedf2

Analogous Colors of #f29ded

#f29ded #f29dc3 #cd9df2

Monochromatic Colors of #f29ded

#f29ded

Complementary Color

#f29ded #9df2a2

#f29ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29ded Color CSS Codes

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

#f29ded Text Font Color

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

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


#f29ded Background Color

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

This div background color is #f29ded


#f29ded Border Color

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

This div border color is #f29ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29ded


Comments

No comments written yet.

Please login to write comment.