Color Hex Logo

#aebfcb Color Hex

#AEBFCB
(174,191,203)
0 Favorites   0 Comments

Color spaces of #aebfcb

RGB 174191203
HSL0.570.220.74
HSV205°14°80°
CMYK 0.140.060.00   0.20
XYZ46.865950.572163.7912
Yxy50.57210.29070.3137
Hunter Lab71.1141-6.8138-3.4049
CIE-Lab76.4191-3.3468-8.0085

#aebfcb color RGB value is (174,191,203).

#aebfcb hex color red value is 174, green value is 191 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aebfcb hue: 0.57 , saturation: 0.22 and the lightness value of aebfcb is 0.74.

The process color (four color CMYK) of #aebfcb color hex is 0.14, 0.06, 0.00, 0.20. Web safe color of #aebfcb is #99cccc. Color #aebfcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 11001011
Octal 256 277 313
Decimal 174 191 203
Hex AE BF CB

RGB Percentages of Color #aebfcb

%30.63
%33.63
%35.74

CMYK Percentages of Color #aebfcb

%14
%6
%0
%20

Triadic Colors of #aebfcb

#aebfcb #cbaebf #bfcbae

Analogous Colors of #aebfcb

#aebfcb #aeb1cb #aecbc9

Monochromatic Colors of #aebfcb

#aebfcb

Complementary Color

#aebfcb #cbbaae

#aebfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfcb Color CSS Codes

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

#aebfcb Text Font Color

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

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


#aebfcb Background Color

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

This div background color is #aebfcb


#aebfcb Border Color

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

This div border color is #aebfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfcb


Comments

No comments written yet.

Please login to write comment.