Color Hex Logo

#afebfe Color Hex

#AFEBFE
(175,235,254)
0 Favorites   0 Comments

Color spaces of #afebfe

RGB 175235254
HSL0.540.980.84
HSV194°31°100°
CMYK 0.310.070.00   0.00
XYZ65.276975.6864104.9344
Yxy75.68640.26550.3078
Hunter Lab86.9979-18.3130-10.6153
CIE-Lab89.7135-14.5212-15.2878

#afebfe color RGB value is (175,235,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 11111110
Octal 257 353 376
Decimal 175 235 254
Hex AF EB FE

RGB Percentages of Color #afebfe

%26.36
%35.39
%38.25

CMYK Percentages of Color #afebfe

%31
%7
%0
%0

Triadic Colors of #afebfe

#afebfe #feafeb #ebfeaf

Analogous Colors of #afebfe

#afebfe #afc4fe #affeea

Monochromatic Colors of #afebfe

#afebfe

Complementary Color

#afebfe #fec2af

#afebfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afebfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afebfe Color CSS Codes

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

#afebfe Text Font Color

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

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


#afebfe Background Color

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

This div background color is #afebfe


#afebfe Border Color

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

This div border color is #afebfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afebfe

Related Colors


Comments

No comments written yet.

Please login to write comment.