Color Hex Logo

#afeefe Color Hex

#AFEEFE
(175,238,254)
1 Favorites   0 Comments

Color spaces of #afeefe

RGB 175238254
HSL0.530.980.84
HSV192°31°100°
CMYK 0.310.060.00   0.00
XYZ66.143177.4188105.2231
Yxy77.41880.26590.3112
Hunter Lab87.9880-19.7953-9.3122
CIE-Lab90.5140-16.0289-14.0887

#afeefe color RGB value is (175,238,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 11111110
Octal 257 356 376
Decimal 175 238 254
Hex AF EE FE

RGB Percentages of Color #afeefe

%26.24
%35.68
%38.08

CMYK Percentages of Color #afeefe

%31
%6
%0
%0

Triadic Colors of #afeefe

#afeefe #feafee #eefeaf

Analogous Colors of #afeefe

#afeefe #afc7fe #affee7

Monochromatic Colors of #afeefe

#afeefe

Complementary Color

#afeefe #febfaf

#afeefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeefe Color CSS Codes

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

#afeefe Text Font Color

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

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


#afeefe Background Color

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

This div background color is #afeefe


#afeefe Border Color

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

This div border color is #afeefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeefe

Related Colors


Comments

No comments written yet.

Please login to write comment.