Color Hex Logo

#cfaebe Color Hex

#CFAEBE
(207,174,190)
0 Favorites   0 Comments

Color spaces of #cfaebe

RGB 207174190
HSL0.920.260.75
HSV331°16°81°
CMYK 0.000.160.08   0.19
XYZ50.162447.255255.1925
Yxy47.25520.32870.3096
Hunter Lab68.74249.95500.5164
CIE-Lab74.352714.6125-3.6862

#cfaebe color RGB value is (207,174,190).

#cfaebe hex color red value is 207, green value is 174 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cfaebe hue: 0.92 , saturation: 0.26 and the lightness value of cfaebe is 0.75.

The process color (four color CMYK) of #cfaebe color hex is 0.00, 0.16, 0.08, 0.19. Web safe color of #cfaebe is #cc99cc. Color #cfaebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101110 10111110
Octal 317 256 276
Decimal 207 174 190
Hex CF AE BE

RGB Percentages of Color #cfaebe

%36.25
%30.47
%33.27

CMYK Percentages of Color #cfaebe

%0
%16
%8
%19

Triadic Colors of #cfaebe

#cfaebe #becfae #aebecf

Analogous Colors of #cfaebe

#cfaebe #cfafae #cfaecf

Monochromatic Colors of #cfaebe

#cfaebe

Complementary Color

#cfaebe #aecfbf

#cfaebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaebe Color CSS Codes

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

#cfaebe Text Font Color

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

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


#cfaebe Background Color

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

This div background color is #cfaebe


#cfaebe Border Color

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

This div border color is #cfaebe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,174,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cfaebe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cfaebe;
  -webkit-box-shadow: 1px 1px 3px 2px #cfaebe;
  box-shadow:         1px 1px 3px 2px #cfaebe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,174,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaebe


Comments

No comments written yet.

Please login to write comment.