Color Hex Logo

#f67eed Color Hex

#F67EED
(246,126,237)
0 Favorites   0 Comments

Color spaces of #f67eed

RGB 246126237
HSL0.850.870.73
HSV305°49°96°
CMYK 0.000.490.04   0.04
XYZ60.753040.629084.7609
Yxy40.62900.32640.2183
Hunter Lab63.740958.5862-34.2236
CIE-Lab69.915260.3807-35.8523

#f67eed color RGB value is (246,126,237).

#f67eed hex color red value is 246, green value is 126 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f67eed hue: 0.85 , saturation: 0.87 and the lightness value of f67eed is 0.73.

The process color (four color CMYK) of #f67eed color hex is 0.00, 0.49, 0.04, 0.04. Web safe color of #f67eed is #ff66ff. Color #f67eed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01111110 11101101
Octal 366 176 355
Decimal 246 126 237
Hex F6 7E ED

RGB Percentages of Color #f67eed

%40.39
%20.69
%38.92

CMYK Percentages of Color #f67eed

%0
%49
%4
%4

Triadic Colors of #f67eed

#f67eed #edf67e #7eedf6

Analogous Colors of #f67eed

#f67eed #f67eb1 #c37ef6

Monochromatic Colors of #f67eed

#f67eed

Complementary Color

#f67eed #7ef687

#f67eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67eed Color CSS Codes

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

#f67eed Text Font Color

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

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


#f67eed Background Color

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

This div background color is #f67eed


#f67eed Border Color

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

This div border color is #f67eed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,126,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 #f67eed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67eed


Comments

No comments written yet.

Please login to write comment.