Color Hex Logo

#afebf7 Color Hex

#AFEBF7
(175,235,247)
0 Favorites   0 Comments

Color spaces of #afebf7

RGB 175235247
HSL0.530.820.83
HSV190°29°97°
CMYK 0.290.050.00   0.03
XYZ64.176075.246099.1372
Yxy75.24600.26900.3154
Hunter Lab86.7445-19.7434-7.0394
CIE-Lab89.5081-16.1297-11.9349

#afebf7 color RGB value is (175,235,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 11110111
Octal 257 353 367
Decimal 175 235 247
Hex AF EB F7

RGB Percentages of Color #afebf7

%26.64
%35.77
%37.60

CMYK Percentages of Color #afebf7

%29
%5
%0
%3

Triadic Colors of #afebf7

#afebf7 #f7afeb #ebf7af

Analogous Colors of #afebf7

#afebf7 #afc7f7 #aff7df

Monochromatic Colors of #afebf7

#afebf7

Complementary Color

#afebf7 #f7bbaf

#afebf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afebf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afebf7 Color CSS Codes

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

#afebf7 Text Font Color

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

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


#afebf7 Background Color

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

This div background color is #afebf7


#afebf7 Border Color

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

This div border color is #afebf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afebf7


Comments

No comments written yet.

Please login to write comment.