Color Hex Logo

#afecf8 Color Hex

#AFECF8
(175,236,248)
0 Favorites   0 Comments

Color spaces of #afecf8

RGB 175236248
HSL0.530.840.83
HSV190°29°97°
CMYK 0.290.050.00   0.03
XYZ64.617975.8822100.0479
Yxy75.88220.26860.3155
Hunter Lab87.1104-20.0331-7.1184
CIE-Lab89.8046-16.4033-12.0154

#afecf8 color RGB value is (175,236,248).

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

The process color (four color CMYK) of #afecf8 color hex is 0.29, 0.05, 0.00, 0.03. Web safe color of #afecf8 is #99ffff. Color #afecf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101100 11111000
Octal 257 354 370
Decimal 175 236 248
Hex AF EC F8

RGB Percentages of Color #afecf8

%26.56
%35.81
%37.63

CMYK Percentages of Color #afecf8

%29
%5
%0
%3

Triadic Colors of #afecf8

#afecf8 #f8afec #ecf8af

Analogous Colors of #afecf8

#afecf8 #afc8f8 #aff8e0

Monochromatic Colors of #afecf8

#afecf8

Complementary Color

#afecf8 #f8bbaf

#afecf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afecf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afecf8 Color CSS Codes

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

#afecf8 Text Font Color

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

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


#afecf8 Background Color

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

This div background color is #afecf8


#afecf8 Border Color

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

This div border color is #afecf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afecf8


Comments

No comments written yet.

Please login to write comment.