Color Hex Logo

#aebfcf Color Hex

#AEBFCF
(174,191,207)
0 Favorites   0 Comments

Color spaces of #aebfcf

RGB 174191207
HSL0.580.260.75
HSV209°16°81°
CMYK 0.160.080.00   0.19
XYZ47.348850.765366.3346
Yxy50.76530.28790.3087
Hunter Lab71.2498-6.0655-5.3250
CIE-Lab76.5366-2.5014-10.0011

#aebfcf color RGB value is (174,191,207).

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

The process color (four color CMYK) of #aebfcf color hex is 0.16, 0.08, 0.00, 0.19. Web safe color of #aebfcf is #99cccc. Color #aebfcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 11001111
Octal 256 277 317
Decimal 174 191 207
Hex AE BF CF

RGB Percentages of Color #aebfcf

%30.42
%33.39
%36.19

CMYK Percentages of Color #aebfcf

%16
%8
%0
%19

Triadic Colors of #aebfcf

#aebfcf #cfaebf #bfcfae

Analogous Colors of #aebfcf

#aebfcf #aeafcf #aecfcf

Monochromatic Colors of #aebfcf

#aebfcf

Complementary Color

#aebfcf #cfbeae

#aebfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfcf Color CSS Codes

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

#aebfcf Text Font Color

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

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


#aebfcf Background Color

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

This div background color is #aebfcf


#aebfcf Border Color

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

This div border color is #aebfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfcf


Comments

No comments written yet.

Please login to write comment.