color codes Logo

#f67cad color codes

#F67CAD
(246,124,173)
0 Favorites   0 Comments

Color spaces of #f67cad

RGB 246124173
HSL0.930.870.73
HSV336°50°96°
CMYK 0.000.500.30   0.04
XYZ52.756537.025343.9012
Yxy37.02530.39460.2770
Hunter Lab60.848448.2775-0.1829
CIE-Lab67.296051.8778-4.1389

#f67cad color RGB value is (246,124,173).

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

The process color (four color CMYK) of #f67cad color code is 0.00, 0.50, 0.30, 0.04. Web safe color of #f67cad is #ff6699. Color #f67cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01111100 10101101
Octal 366 174 255
Decimal 246 124 173
Hex F6 7C AD

RGB Percentages of Color #f67cad

%45.30
%22.84
%31.86

CMYK Percentages of Color #f67cad

%0
%50
%30
%4

Triadic Colors of #f67cad

#f67cad #adf67c #7cadf6

Analogous Colors of #f67cad

#f67cad #f6887c #f67cea

Monochromatic Colors of #f67cad

#f67cad

Complementary Color

#f67cad #7cf6c5

#f67cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67cad Color CSS Codes

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

#f67cad Text Font Color

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

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


#f67cad Background Color

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

This div background color is #f67cad


#f67cad Border Color

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

This div border color is #f67cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,124,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67cad


Comments

No comments written yet.

Please login to write comment.