Color Hex Logo

#afebcb Color Hex

#AFEBCB
(175,235,203)
0 Favorites   0 Comments

Color spaces of #afebcb

RGB 175235203
HSL0.410.600.80
HSV148°26°92°
CMYK 0.260.000.14   0.08
XYZ58.167072.842467.4942
Yxy72.84240.29300.3670
Hunter Lab85.3478-27.705612.8561
CIE-Lab88.3725-25.37659.4234

#afebcb color RGB value is (175,235,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101011 11001011
Octal 257 353 313
Decimal 175 235 203
Hex AF EB CB

RGB Percentages of Color #afebcb

%28.55
%38.34
%33.12

CMYK Percentages of Color #afebcb

%26
%0
%14
%8

Triadic Colors of #afebcb

#afebcb #cbafeb #ebcbaf

Analogous Colors of #afebcb

#afebcb #afebe9 #b1ebaf

Monochromatic Colors of #afebcb

#afebcb

Complementary Color

#afebcb #ebafcf

#afebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afebcb Color CSS Codes

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

#afebcb Text Font Color

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

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


#afebcb Background Color

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

This div background color is #afebcb


#afebcb Border Color

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

This div border color is #afebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afebcb


Comments

No comments written yet.

Please login to write comment.