Color Hex Logo

#afe2cb Color Hex

#AFE2CB
(175,226,203)
0 Favorites   0 Comments

Color spaces of #afe2cb

RGB 175226203
HSL0.420.470.79
HSV153°23°89°
CMYK 0.230.000.10   0.11
XYZ55.655067.818566.6569
Yxy67.81850.29270.3567
Hunter Lab82.3520-23.48249.6562
CIE-Lab85.9156-20.98755.8955

#afe2cb color RGB value is (175,226,203).

#afe2cb hex color red value is 175, green value is 226 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #afe2cb hue: 0.42 , saturation: 0.47 and the lightness value of afe2cb is 0.79.

The process color (four color CMYK) of #afe2cb color hex is 0.23, 0.00, 0.10, 0.11. Web safe color of #afe2cb is #99cccc. Color #afe2cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100010 11001011
Octal 257 342 313
Decimal 175 226 203
Hex AF E2 CB

RGB Percentages of Color #afe2cb

%28.97
%37.42
%33.61

CMYK Percentages of Color #afe2cb

%23
%0
%10
%11

Triadic Colors of #afe2cb

#afe2cb #cbafe2 #e2cbaf

Analogous Colors of #afe2cb

#afe2cb #afe0e2 #afe2b2

Monochromatic Colors of #afe2cb

#afe2cb

Complementary Color

#afe2cb #e2afc6

#afe2cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe2cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe2cb Color CSS Codes

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

#afe2cb Text Font Color

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

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


#afe2cb Background Color

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

This div background color is #afe2cb


#afe2cb Border Color

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

This div border color is #afe2cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,226,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 #afe2cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe2cb


Comments

No comments written yet.

Please login to write comment.