Color Hex Logo

#afebcd Color Hex

#AFEBCD
(175,235,205)
0 Favorites   0 Comments

Color spaces of #afebcd

RGB 175235205
HSL0.420.600.80
HSV150°26°92°
CMYK 0.260.000.13   0.08
XYZ58.407072.938468.7578
Yxy72.93840.29190.3645
Hunter Lab85.4040-27.382512.0491
CIE-Lab88.4183-24.99108.4448

#afebcd color RGB value is (175,235,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 11001101
Octal 257 353 315
Decimal 175 235 205
Hex AF EB CD

RGB Percentages of Color #afebcd

%28.46
%38.21
%33.33

CMYK Percentages of Color #afebcd

%26
%0
%13
%8

Triadic Colors of #afebcd

#afebcd #cdafeb #ebcdaf

Analogous Colors of #afebcd

#afebcd #afebeb #afebaf

Monochromatic Colors of #afebcd

#afebcd

Complementary Color

#afebcd #ebafcd

#afebcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afebcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afebcd Color CSS Codes

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

#afebcd Text Font Color

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

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


#afebcd Background Color

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

This div background color is #afebcd


#afebcd Border Color

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

This div border color is #afebcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afebcd


Comments

No comments written yet.

Please login to write comment.