Color Hex Logo

#aebfc4 Color Hex

#AEBFC4
(174,191,196)
0 Favorites   0 Comments

Color spaces of #aebfc4

RGB 174191196
HSL0.540.160.73
HSV194°11°77°
CMYK 0.110.030.00   0.23
XYZ46.050250.245859.4959
Yxy50.24580.29560.3225
Hunter Lab70.8843-8.0844-0.1454
CIE-Lab76.2199-4.7934-4.5082

#aebfc4 color RGB value is (174,191,196).

#aebfc4 hex color red value is 174, green value is 191 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #aebfc4 hue: 0.54 , saturation: 0.16 and the lightness value of aebfc4 is 0.73.

The process color (four color CMYK) of #aebfc4 color hex is 0.11, 0.03, 0.00, 0.23. Web safe color of #aebfc4 is #99cccc. Color #aebfc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 11000100
Octal 256 277 304
Decimal 174 191 196
Hex AE BF C4

RGB Percentages of Color #aebfc4

%31.02
%34.05
%34.94

CMYK Percentages of Color #aebfc4

%11
%3
%0
%23

Triadic Colors of #aebfc4

#aebfc4 #c4aebf #bfc4ae

Analogous Colors of #aebfc4

#aebfc4 #aeb4c4 #aec4be

Monochromatic Colors of #aebfc4

#aebfc4

Complementary Color

#aebfc4 #c4b3ae

#aebfc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfc4 Color CSS Codes

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

#aebfc4 Text Font Color

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

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


#aebfc4 Background Color

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

This div background color is #aebfc4


#aebfc4 Border Color

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

This div border color is #aebfc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfc4


Comments

No comments written yet.

Please login to write comment.