Color Hex Logo

#aecfca Color Hex

#AECFCA
(174,207,202)
0 Favorites   0 Comments

Color spaces of #aecfca

RGB 174207202
HSL0.470.260.75
HSV171°16°81°
CMYK 0.160.000.02   0.19
XYZ50.429157.888664.3928
Yxy57.88860.29200.3352
Hunter Lab76.0846-14.83763.0802
CIE-Lab80.6768-11.9318-1.1920

#aecfca color RGB value is (174,207,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001111 11001010
Octal 256 317 312
Decimal 174 207 202
Hex AE CF CA

RGB Percentages of Color #aecfca

%29.85
%35.51
%34.65

CMYK Percentages of Color #aecfca

%16
%0
%2
%19

Triadic Colors of #aecfca

#aecfca #caaecf #cfcaae

Analogous Colors of #aecfca

#aecfca #aec4cf #aecfba

Monochromatic Colors of #aecfca

#aecfca

Complementary Color

#aecfca #cfaeb3

#aecfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecfca Color CSS Codes

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

#aecfca Text Font Color

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

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


#aecfca Background Color

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

This div background color is #aecfca


#aecfca Border Color

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

This div border color is #aecfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecfca


Comments

No comments written yet.

Please login to write comment.