color codes Logo

#8cccf9 color codes

#8CCCF9
(140,204,249)
0 Favorites   0 Comments

Color spaces of #8cccf9

RGB 140204249
HSL0.570.900.76
HSV205°44°98°
CMYK 0.440.180.00   0.02
XYZ49.507055.600797.7453
Yxy55.60070.24410.2741
Hunter Lab74.5659-11.9776-25.5247
CIE-Lab79.3860-8.8503-28.4753

#8cccf9 color RGB value is (140,204,249).

#8cccf9 hex color red value is 140, green value is 204 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #8cccf9 hue: 0.57 , saturation: 0.90 and the lightness value of 8cccf9 is 0.76.

The process color (four color CMYK) of #8cccf9 color code is 0.44, 0.18, 0.00, 0.02. Web safe color of #8cccf9 is #99ccff. Color #8cccf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001100 11111001
Octal 214 314 371
Decimal 140 204 249
Hex 8C CC F9

RGB Percentages of Color #8cccf9

%23.61
%34.40
%41.99

CMYK Percentages of Color #8cccf9

%44
%18
%0
%2

Triadic Colors of #8cccf9

#8cccf9 #f98ccc #ccf98c

Analogous Colors of #8cccf9

#8cccf9 #8c96f9 #8cf9f0

Monochromatic Colors of #8cccf9

#8cccf9

Complementary Color

#8cccf9 #f9b98c

#8cccf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cccf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cccf9 Color CSS Codes

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

#8cccf9 Text Font Color

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

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


#8cccf9 Background Color

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

This div background color is #8cccf9


#8cccf9 Border Color

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

This div border color is #8cccf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cccf9

Related Colors


Comments

No comments written yet.

Please login to write comment.