Color Hex Logo

#afedc3 Color Hex

#AFEDC3
(175,237,195)
0 Favorites   0 Comments

Color spaces of #afedc3

RGB 175237195
HSL0.390.630.81
HSV139°26°93°
CMYK 0.260.000.18   0.07
XYZ57.813773.622562.7932
Yxy73.62250.29770.3790
Hunter Lab85.8036-29.884516.6726
CIE-Lab88.7438-27.838014.1183

#afedc3 color RGB value is (175,237,195).

#afedc3 hex color red value is 175, green value is 237 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #afedc3 hue: 0.39 , saturation: 0.63 and the lightness value of afedc3 is 0.81.

The process color (four color CMYK) of #afedc3 color hex is 0.26, 0.00, 0.18, 0.07. Web safe color of #afedc3 is #99ffcc. Color #afedc3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 11000011
Octal 257 355 303
Decimal 175 237 195
Hex AF ED C3

RGB Percentages of Color #afedc3

%28.83
%39.04
%32.13

CMYK Percentages of Color #afedc3

%26
%0
%18
%7

Triadic Colors of #afedc3

#afedc3 #c3afed #edc3af

Analogous Colors of #afedc3

#afedc3 #afede2 #baedaf

Monochromatic Colors of #afedc3

#afedc3

Complementary Color

#afedc3 #edafd9

#afedc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afedc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afedc3 Color CSS Codes

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

#afedc3 Text Font Color

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

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


#afedc3 Background Color

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

This div background color is #afedc3


#afedc3 Border Color

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

This div border color is #afedc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afedc3


Comments

No comments written yet.

Please login to write comment.