Color Hex Logo

#aefbf3 Color Hex

#AEFBF3
(174,251,243)
0 Favorites   0 Comments

Color spaces of #aefbf3

RGB 174251243
HSL0.480.910.83
HSV174°31°98°
CMYK 0.310.000.03   0.02
XYZ68.130484.464197.5064
Yxy84.46410.27240.3377
Hunter Lab91.9044-28.50731.4290
CIE-Lab93.6517-25.1595-3.7220

#aefbf3 color RGB value is (174,251,243).

#aefbf3 hex color red value is 174, green value is 251 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #aefbf3 hue: 0.48 , saturation: 0.91 and the lightness value of aefbf3 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 11110011
Octal 256 373 363
Decimal 174 251 243
Hex AE FB F3

RGB Percentages of Color #aefbf3

%26.05
%37.57
%36.38

CMYK Percentages of Color #aefbf3

%31
%0
%3
%2

Triadic Colors of #aefbf3

#aefbf3 #f3aefb #fbf3ae

Analogous Colors of #aefbf3

#aefbf3 #aeddfb #aefbcd

Monochromatic Colors of #aefbf3

#aefbf3

Complementary Color

#aefbf3 #fbaeb6

#aefbf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefbf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefbf3 Color CSS Codes

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

#aefbf3 Text Font Color

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

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


#aefbf3 Background Color

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

This div background color is #aefbf3


#aefbf3 Border Color

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

This div border color is #aefbf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefbf3

Related Colors


Comments

No comments written yet.

Please login to write comment.