Color Hex Logo

#afcec1 Color Hex

#AFCEC1
(175,206,193)
0 Favorites   0 Comments

Color spaces of #afcec1

RGB 175206193
HSL0.430.240.75
HSV155°15°81°
CMYK 0.150.000.06   0.19
XYZ49.376157.106858.8724
Yxy57.10680.29860.3454
Hunter Lab75.5690-15.61566.7082
CIE-Lab80.2396-12.88452.9956

#afcec1 color RGB value is (175,206,193).

#afcec1 hex color red value is 175, green value is 206 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #afcec1 hue: 0.43 , saturation: 0.24 and the lightness value of afcec1 is 0.75.

The process color (four color CMYK) of #afcec1 color hex is 0.15, 0.00, 0.06, 0.19. Web safe color of #afcec1 is #99cccc. Color #afcec1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 11000001
Octal 257 316 301
Decimal 175 206 193
Hex AF CE C1

RGB Percentages of Color #afcec1

%30.49
%35.89
%33.62

CMYK Percentages of Color #afcec1

%15
%0
%6
%19

Triadic Colors of #afcec1

#afcec1 #c1afce #cec1af

Analogous Colors of #afcec1

#afcec1 #afccce #afceb2

Monochromatic Colors of #afcec1

#afcec1

Complementary Color

#afcec1 #ceafbc

#afcec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcec1 Color CSS Codes

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

#afcec1 Text Font Color

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

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


#afcec1 Background Color

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

This div background color is #afcec1


#afcec1 Border Color

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

This div border color is #afcec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcec1


Comments

No comments written yet.

Please login to write comment.