Color Hex Logo

#aefefd Color Hex

#AEFEFD
(174,254,253)
0 Favorites   0 Comments

Color spaces of #aefefd

RGB 174254253
HSL0.500.980.84
HSV179°31°100°
CMYK 0.310.000.00   0.00
XYZ70.627086.9741105.9938
Yxy86.97410.26790.3300
Hunter Lab93.2599-28.0243-2.1036
CIE-Lab94.7273-24.3952-7.3060

#aefefd color RGB value is (174,254,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 11111101
Octal 256 376 375
Decimal 174 254 253
Hex AE FE FD

RGB Percentages of Color #aefefd

%25.55
%37.30
%37.15

CMYK Percentages of Color #aefefd

%31
%0
%0
%0

Triadic Colors of #aefefd

#aefefd #fdaefe #fefdae

Analogous Colors of #aefefd

#aefefd #aed7fe #aefed5

Monochromatic Colors of #aefefd

#aefefd

Complementary Color

#aefefd #feaeaf

#aefefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefefd Color CSS Codes

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

#aefefd Text Font Color

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

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


#aefefd Background Color

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

This div background color is #aefefd


#aefefd Border Color

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

This div border color is #aefefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefefd

Related Colors


Comments

No comments written yet.

Please login to write comment.