Color Hex Logo

#88cfa3 Color Hex

#88CFA3
(136,207,163)
0 Favorites   0 Comments

Color spaces of #88cfa3

RGB 136207163
HSL0.400.430.67
HSV143°34°81°
CMYK 0.340.000.21   0.19
XYZ39.077052.504242.7251
Yxy52.50420.29100.3909
Hunter Lab72.4598-30.540915.7622
CIE-Lab77.5814-31.578014.9258

#88cfa3 color RGB value is (136,207,163).

#88cfa3 hex color red value is 136, green value is 207 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #88cfa3 hue: 0.40 , saturation: 0.43 and the lightness value of 88cfa3 is 0.67.

The process color (four color CMYK) of #88cfa3 color hex is 0.34, 0.00, 0.21, 0.19. Web safe color of #88cfa3 is #99cc99. Color #88cfa3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001111 10100011
Octal 210 317 243
Decimal 136 207 163
Hex 88 CF A3

RGB Percentages of Color #88cfa3

%26.88
%40.91
%32.21

CMYK Percentages of Color #88cfa3

%34
%0
%21
%19

Triadic Colors of #88cfa3

#88cfa3 #a388cf #cfa388

Analogous Colors of #88cfa3

#88cfa3 #88cfc7 #91cf88

Monochromatic Colors of #88cfa3

#88cfa3

Complementary Color

#88cfa3 #cf88b4

#88cfa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88cfa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#88cfa3 Color CSS Codes

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

#88cfa3 Text Font Color

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

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


#88cfa3 Background Color

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

This div background color is #88cfa3


#88cfa3 Border Color

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

This div border color is #88cfa3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,207,163, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88cfa3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88cfa3;
  -webkit-box-shadow: 1px 1px 3px 2px #88cfa3;
  box-shadow:         1px 1px 3px 2px #88cfa3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,207,163, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88cfa3


Comments

No comments written yet.

Please login to write comment.