Color Hex Logo

#afebce Color Hex

#AFEBCE
(175,235,206)
0 Favorites   0 Comments

Color spaces of #afebce

RGB 175235206
HSL0.420.600.80
HSV151°26°92°
CMYK 0.260.000.12   0.08
XYZ58.528172.986969.3956
Yxy72.98690.29130.3633
Hunter Lab85.4324-27.219711.6422
CIE-Lab88.4415-24.79727.9557

#afebce color RGB value is (175,235,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 11001110
Octal 257 353 316
Decimal 175 235 206
Hex AF EB CE

RGB Percentages of Color #afebce

%28.41
%38.15
%33.44

CMYK Percentages of Color #afebce

%26
%0
%12
%8

Triadic Colors of #afebce

#afebce #ceafeb #ebceaf

Analogous Colors of #afebce

#afebce #afeaeb #afebb0

Monochromatic Colors of #afebce

#afebce

Complementary Color

#afebce #ebafcc

#afebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#afebce Color CSS Codes

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

#afebce Text Font Color

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

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


#afebce Background Color

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

This div background color is #afebce


#afebce Border Color

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

This div border color is #afebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afebce


Comments

No comments written yet.

Please login to write comment.