Color Hex Logo

#aeffca Color Hex

#AEFFCA
(174,255,202)
0 Favorites   0 Comments

Color spaces of #aeffca

RGB 174255202
HSL0.391.000.84
HSV141°32°100°
CMYK 0.320.000.21   0.00
XYZ63.876284.782968.8752
Yxy84.78290.29360.3897
Hunter Lab92.0776-37.306620.1047
CIE-Lab93.7895-35.268117.6078

#aeffca color RGB value is (174,255,202).

#aeffca hex color red value is 174, green value is 255 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aeffca hue: 0.39 , saturation: 1.00 and the lightness value of aeffca is 0.84.

The process color (four color CMYK) of #aeffca color hex is 0.32, 0.00, 0.21, 0.00. Web safe color of #aeffca is #99ffcc. Color #aeffca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111111 11001010
Octal 256 377 312
Decimal 174 255 202
Hex AE FF CA

RGB Percentages of Color #aeffca

%27.58
%40.41
%32.01

CMYK Percentages of Color #aeffca

%32
%0
%21
%0

Triadic Colors of #aeffca

#aeffca #caaeff #ffcaae

Analogous Colors of #aeffca

#aeffca #aefff3 #bbffae

Monochromatic Colors of #aeffca

#aeffca

Complementary Color

#aeffca #ffaee3

#aeffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeffca Color CSS Codes

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

#aeffca Text Font Color

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

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


#aeffca Background Color

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

This div background color is #aeffca


#aeffca Border Color

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

This div border color is #aeffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeffca


Comments

No comments written yet.

Please login to write comment.