Color Hex Logo

#9cafeb Color Hex

#9CAFEB
(156,175,235)
1 Favorites   0 Comments

Color spaces of #9cafeb

RGB 156175235
HSL0.630.660.77
HSV226°34°92°
CMYK 0.340.260.00   0.08
XYZ44.035743.726084.7163
Yxy43.72600.25530.2535
Hunter Lab66.12563.1504-29.6709
CIE-Lab72.04507.3900-32.1480

#9cafeb color RGB value is (156,175,235).

#9cafeb hex color red value is 156, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9cafeb hue: 0.63 , saturation: 0.66 and the lightness value of 9cafeb is 0.77.

The process color (four color CMYK) of #9cafeb color hex is 0.34, 0.26, 0.00, 0.08. Web safe color of #9cafeb is #9999ff. Color #9cafeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101111 11101011
Octal 234 257 353
Decimal 156 175 235
Hex 9C AF EB

RGB Percentages of Color #9cafeb

%27.56
%30.92
%41.52

CMYK Percentages of Color #9cafeb

%34
%26
%0
%8

Triadic Colors of #9cafeb

#9cafeb #eb9caf #afeb9c

Analogous Colors of #9cafeb

#9cafeb #b19ceb #9cd7eb

Monochromatic Colors of #9cafeb

#9cafeb

Complementary Color

#9cafeb #ebd89c

#9cafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cafeb Color CSS Codes

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

#9cafeb Text Font Color

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

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


#9cafeb Background Color

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

This div background color is #9cafeb


#9cafeb Border Color

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

This div border color is #9cafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cafeb


Comments

No comments written yet.

Please login to write comment.