Color Hex Logo

#8ccfcc Color Hex

#8CCFCC
(140,207,204)
0 Favorites   0 Comments

Color spaces of #8ccfcc

RGB 140207204
HSL0.490.410.68
HSV177°32°81°
CMYK 0.320.000.01   0.19
XYZ44.027154.560765.3375
Yxy54.56070.26860.3328
Hunter Lab73.8652-22.8698-0.7393
CIE-Lab78.7876-21.6981-5.2663

#8ccfcc color RGB value is (140,207,204).

#8ccfcc hex color red value is 140, green value is 207 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8ccfcc hue: 0.49 , saturation: 0.41 and the lightness value of 8ccfcc is 0.68.

The process color (four color CMYK) of #8ccfcc color hex is 0.32, 0.00, 0.01, 0.19. Web safe color of #8ccfcc is #99cccc. Color #8ccfcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001111 11001100
Octal 214 317 314
Decimal 140 207 204
Hex 8C CF CC

RGB Percentages of Color #8ccfcc

%25.41
%37.57
%37.02

CMYK Percentages of Color #8ccfcc

%32
%0
%1
%19

Triadic Colors of #8ccfcc

#8ccfcc #cc8ccf #cfcc8c

Analogous Colors of #8ccfcc

#8ccfcc #8cb1cf #8ccfab

Monochromatic Colors of #8ccfcc

#8ccfcc

Complementary Color

#8ccfcc #cf8c8f

#8ccfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccfcc Color CSS Codes

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

#8ccfcc Text Font Color

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

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


#8ccfcc Background Color

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

This div background color is #8ccfcc


#8ccfcc Border Color

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

This div border color is #8ccfcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,207,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ccfcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ccfcc;
  -webkit-box-shadow: 1px 1px 3px 2px #8ccfcc;
  box-shadow:         1px 1px 3px 2px #8ccfcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccfcc


Comments

No comments written yet.

Please login to write comment.