Color Hex Logo

#aefcfb Color Hex

#AEFCFB
(174,252,251)
0 Favorites   0 Comments

Color spaces of #aefcfb

RGB 174252251
HSL0.500.930.84
HSV179°31°99°
CMYK 0.310.000.00   0.01
XYZ69.678585.5845104.1138
Yxy85.58450.26860.3300
Hunter Lab92.5119-27.4524-1.9672
CIE-Lab94.1344-23.8762-7.1493

#aefcfb color RGB value is (174,252,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 11111011
Octal 256 374 373
Decimal 174 252 251
Hex AE FC FB

RGB Percentages of Color #aefcfb

%25.70
%37.22
%37.08

CMYK Percentages of Color #aefcfb

%31
%0
%0
%1

Triadic Colors of #aefcfb

#aefcfb #fbaefc #fcfbae

Analogous Colors of #aefcfb

#aefcfb #aed6fc #aefcd4

Monochromatic Colors of #aefcfb

#aefcfb

Complementary Color

#aefcfb #fcaeaf

#aefcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefcfb Color CSS Codes

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

#aefcfb Text Font Color

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

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


#aefcfb Background Color

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

This div background color is #aefcfb


#aefcfb Border Color

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

This div border color is #aefcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefcfb

Related Colors


Comments

No comments written yet.

Please login to write comment.