Color Hex Logo

#afebef Color Hex

#AFEBEF
(175,235,239)
0 Favorites   0 Comments

Color spaces of #afebef

RGB 175235239
HSL0.510.670.81
HSV184°27°94°
CMYK 0.270.020.00   0.06
XYZ62.967574.762692.7732
Yxy74.76260.27320.3243
Hunter Lab86.4654-21.3236-3.0896
CIE-Lab89.2817-17.9246-8.0853

#afebef color RGB value is (175,235,239).

#afebef hex color red value is 175, green value is 235 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #afebef hue: 0.51 , saturation: 0.67 and the lightness value of afebef is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 11101111
Octal 257 353 357
Decimal 175 235 239
Hex AF EB EF

RGB Percentages of Color #afebef

%26.96
%36.21
%36.83

CMYK Percentages of Color #afebef

%27
%2
%0
%6

Triadic Colors of #afebef

#afebef #efafeb #ebefaf

Analogous Colors of #afebef

#afebef #afcbef #afefd3

Monochromatic Colors of #afebef

#afebef

Complementary Color

#afebef #efb3af

#afebef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afebef Color Preview on White Background

Lorem ipsum dolor sit amet.

#afebef Color CSS Codes

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

#afebef Text Font Color

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

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


#afebef Background Color

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

This div background color is #afebef


#afebef Border Color

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

This div border color is #afebef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afebef


Comments

No comments written yet.

Please login to write comment.