Color Hex Logo

#9cafce Color Hex

#9CAFCE
(156,175,206)
0 Favorites   0 Comments

Color spaces of #9cafce

RGB 156175206
HSL0.600.340.71
HSV217°24°81°
CMYK 0.240.150.00   0.19
XYZ40.180942.184164.4171
Yxy42.18410.27370.2874
Hunter Lab64.9493-3.2322-13.3397
CIE-Lab70.99770.2685-17.9013

#9cafce color RGB value is (156,175,206).

#9cafce hex color red value is 156, green value is 175 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9cafce hue: 0.60 , saturation: 0.34 and the lightness value of 9cafce is 0.71.

The process color (four color CMYK) of #9cafce color hex is 0.24, 0.15, 0.00, 0.19. Web safe color of #9cafce is #9999cc. Color #9cafce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101111 11001110
Octal 234 257 316
Decimal 156 175 206
Hex 9C AF CE

RGB Percentages of Color #9cafce

%29.05
%32.59
%38.36

CMYK Percentages of Color #9cafce

%24
%15
%0
%19

Triadic Colors of #9cafce

#9cafce #ce9caf #afce9c

Analogous Colors of #9cafce

#9cafce #a29cce #9cc8ce

Monochromatic Colors of #9cafce

#9cafce

Complementary Color

#9cafce #cebb9c

#9cafce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cafce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cafce Color CSS Codes

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

#9cafce Text Font Color

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

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


#9cafce Background Color

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

This div background color is #9cafce


#9cafce Border Color

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

This div border color is #9cafce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cafce


Comments

No comments written yet.

Please login to write comment.