Color Hex Logo

#aecfbc Color Hex

#AECFBC
(174,207,188)
0 Favorites   0 Comments

Color spaces of #aecfbc

RGB 174207188
HSL0.400.260.75
HSV145°16°81°
CMYK 0.160.000.09   0.19
XYZ48.845557.255256.0539
Yxy57.25520.30120.3531
Hunter Lab75.6672-17.19039.0452
CIE-Lab80.3229-14.68855.7820

#aecfbc color RGB value is (174,207,188).

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

The process color (four color CMYK) of #aecfbc color hex is 0.16, 0.00, 0.09, 0.19. Web safe color of #aecfbc is #99cccc. Color #aecfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001111 10111100
Octal 256 317 274
Decimal 174 207 188
Hex AE CF BC

RGB Percentages of Color #aecfbc

%30.58
%36.38
%33.04

CMYK Percentages of Color #aecfbc

%16
%0
%9
%19

Triadic Colors of #aecfbc

#aecfbc #bcaecf #cfbcae

Analogous Colors of #aecfbc

#aecfbc #aecfcd #b1cfae

Monochromatic Colors of #aecfbc

#aecfbc

Complementary Color

#aecfbc #cfaec1

#aecfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecfbc Color CSS Codes

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

#aecfbc Text Font Color

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

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


#aecfbc Background Color

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

This div background color is #aecfbc


#aecfbc Border Color

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

This div border color is #aecfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecfbc


Comments

No comments written yet.

Please login to write comment.