Color Hex Logo

#afe1cb Color Hex

#AFE1CB
(175,225,203)
0 Favorites   0 Comments

Color spaces of #afe1cb

RGB 175225203
HSL0.430.450.78
HSV154°22°88°
CMYK 0.220.000.10   0.12
XYZ55.383967.276266.5665
Yxy67.27620.29270.3555
Hunter Lab82.0221-23.00989.2976
CIE-Lab85.6432-20.49385.5027

#afe1cb color RGB value is (175,225,203).

#afe1cb hex color red value is 175, green value is 225 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #afe1cb hue: 0.43 , saturation: 0.45 and the lightness value of afe1cb is 0.78.

The process color (four color CMYK) of #afe1cb color hex is 0.22, 0.00, 0.10, 0.12. Web safe color of #afe1cb is #99cccc. Color #afe1cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 11001011
Octal 257 341 313
Decimal 175 225 203
Hex AF E1 CB

RGB Percentages of Color #afe1cb

%29.02
%37.31
%33.67

CMYK Percentages of Color #afe1cb

%22
%0
%10
%12

Triadic Colors of #afe1cb

#afe1cb #cbafe1 #e1cbaf

Analogous Colors of #afe1cb

#afe1cb #afdee1 #afe1b2

Monochromatic Colors of #afe1cb

#afe1cb

Complementary Color

#afe1cb #e1afc5

#afe1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe1cb Color CSS Codes

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

#afe1cb Text Font Color

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

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


#afe1cb Background Color

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

This div background color is #afe1cb


#afe1cb Border Color

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

This div border color is #afe1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe1cb


Comments

No comments written yet.

Please login to write comment.