Color Hex Logo

#affcb5 Color Hex

#AFFCB5
(175,252,181)
0 Favorites   0 Comments

Color spaces of #affcb5

RGB 175252181
HSL0.350.930.84
HSV125°31°99°
CMYK 0.310.000.28   0.01
XYZ60.830182.071056.3513
Yxy82.07100.30530.4119
Hunter Lab90.5930-38.681226.5352
CIE-Lab92.6062-37.243126.6770

#affcb5 color RGB value is (175,252,181).

#affcb5 hex color red value is 175, green value is 252 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #affcb5 hue: 0.35 , saturation: 0.93 and the lightness value of affcb5 is 0.84.

The process color (four color CMYK) of #affcb5 color hex is 0.31, 0.00, 0.28, 0.01. Web safe color of #affcb5 is #99ffcc. Color #affcb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111100 10110101
Octal 257 374 265
Decimal 175 252 181
Hex AF FC B5

RGB Percentages of Color #affcb5

%28.78
%41.45
%29.77

CMYK Percentages of Color #affcb5

%31
%0
%28
%1

Triadic Colors of #affcb5

#affcb5 #b5affc #fcb5af

Analogous Colors of #affcb5

#affcb5 #affcdc #d0fcaf

Monochromatic Colors of #affcb5

#affcb5

Complementary Color

#affcb5 #fcaff6

#affcb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affcb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affcb5 Color CSS Codes

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

#affcb5 Text Font Color

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

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


#affcb5 Background Color

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

This div background color is #affcb5


#affcb5 Border Color

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

This div border color is #affcb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affcb5


Comments

No comments written yet.

Please login to write comment.