Color Hex Logo

#aefceb Color Hex

#AEFCEB
(174,252,235)
0 Favorites   0 Comments

Color spaces of #aefceb

RGB 174252235
HSL0.460.930.84
HSV167°31°99°
CMYK 0.310.000.07   0.01
XYZ67.261484.617691.3851
Yxy84.61760.27650.3478
Hunter Lab91.9878-30.45975.4900
CIE-Lab93.7181-27.35630.5141

#aefceb color RGB value is (174,252,235).

#aefceb hex color red value is 174, green value is 252 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aefceb hue: 0.46 , saturation: 0.93 and the lightness value of aefceb is 0.84.

The process color (four color CMYK) of #aefceb color hex is 0.31, 0.00, 0.07, 0.01. Web safe color of #aefceb is #99ffff. Color #aefceb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 11101011
Octal 256 374 353
Decimal 174 252 235
Hex AE FC EB

RGB Percentages of Color #aefceb

%26.32
%38.12
%35.55

CMYK Percentages of Color #aefceb

%31
%0
%7
%1

Triadic Colors of #aefceb

#aefceb #ebaefc #fcebae

Analogous Colors of #aefceb

#aefceb #aee6fc #aefcc4

Monochromatic Colors of #aefceb

#aefceb

Complementary Color

#aefceb #fcaebf

#aefceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefceb Color CSS Codes

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

#aefceb Text Font Color

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

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


#aefceb Background Color

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

This div background color is #aefceb


#aefceb Border Color

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

This div border color is #aefceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefceb


Comments

No comments written yet.

Please login to write comment.