Color Hex Logo

#aefcfd Color Hex

#AEFCFD
(174,252,253)
0 Favorites   0 Comments

Color spaces of #aefcfd

RGB 174252253
HSL0.500.950.84
HSV181°31°99°
CMYK 0.310.000.00   0.01
XYZ69.995685.7113105.7833
Yxy85.71130.26770.3278
Hunter Lab92.5804-27.0604-2.9391
CIE-Lab94.1888-23.4277-8.1032

#aefcfd color RGB value is (174,252,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 11111101
Octal 256 374 375
Decimal 174 252 253
Hex AE FC FD

RGB Percentages of Color #aefcfd

%25.63
%37.11
%37.26

CMYK Percentages of Color #aefcfd

%31
%0
%0
%1

Triadic Colors of #aefcfd

#aefcfd #fdaefc #fcfdae

Analogous Colors of #aefcfd

#aefcfd #aed5fd #aefdd7

Monochromatic Colors of #aefcfd

#aefcfd

Complementary Color

#aefcfd #fdafae

#aefcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefcfd Color CSS Codes

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

#aefcfd Text Font Color

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

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


#aefcfd Background Color

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

This div background color is #aefcfd


#aefcfd Border Color

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

This div border color is #aefcfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,252,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 #aefcfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.