Color Hex Logo

#afebe0 Color Hex

#AFEBE0
(175,235,224)
0 Favorites   0 Comments

Color spaces of #afebe0

RGB 175235224
HSL0.470.600.80
HSV169°26°92°
CMYK 0.260.000.05   0.08
XYZ60.842173.912481.5808
Yxy73.91240.28120.3417
Hunter Lab85.9723-24.12823.9192
CIE-Lab88.8811-21.1582-0.8222

#afebe0 color RGB value is (175,235,224).

#afebe0 hex color red value is 175, green value is 235 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #afebe0 hue: 0.47 , saturation: 0.60 and the lightness value of afebe0 is 0.80.

The process color (four color CMYK) of #afebe0 color hex is 0.26, 0.00, 0.05, 0.08. Web safe color of #afebe0 is #99ffcc. Color #afebe0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 11100000
Octal 257 353 340
Decimal 175 235 224
Hex AF EB E0

RGB Percentages of Color #afebe0

%27.60
%37.07
%35.33

CMYK Percentages of Color #afebe0

%26
%0
%5
%8

Triadic Colors of #afebe0

#afebe0 #e0afeb #ebe0af

Analogous Colors of #afebe0

#afebe0 #afd8eb #afebc2

Monochromatic Colors of #afebe0

#afebe0

Complementary Color

#afebe0 #ebafba

#afebe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afebe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afebe0 Color CSS Codes

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

#afebe0 Text Font Color

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

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


#afebe0 Background Color

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

This div background color is #afebe0


#afebe0 Border Color

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

This div border color is #afebe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afebe0


Comments

No comments written yet.

Please login to write comment.