Color Hex Logo

#9fcaeb Color Hex

#9FCAEB
(159,202,235)
0 Favorites   0 Comments

Color spaces of #9fcaeb

RGB 159202235
HSL0.570.660.77
HSV206°32°92°
CMYK 0.320.140.00   0.08
XYZ50.414055.610186.6740
Yxy55.61010.26160.2886
Hunter Lab74.5722-9.8276-16.7113
CIE-Lab79.3914-6.4316-20.8879

#9fcaeb color RGB value is (159,202,235).

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

The process color (four color CMYK) of #9fcaeb color hex is 0.32, 0.14, 0.00, 0.08. Web safe color of #9fcaeb is #99ccff. Color #9fcaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001010 11101011
Octal 237 312 353
Decimal 159 202 235
Hex 9F CA EB

RGB Percentages of Color #9fcaeb

%26.68
%33.89
%39.43

CMYK Percentages of Color #9fcaeb

%32
%14
%0
%8

Triadic Colors of #9fcaeb

#9fcaeb #eb9fca #caeb9f

Analogous Colors of #9fcaeb

#9fcaeb #9fa4eb #9febe6

Monochromatic Colors of #9fcaeb

#9fcaeb

Complementary Color

#9fcaeb #ebc09f

#9fcaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fcaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fcaeb Color CSS Codes

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

#9fcaeb Text Font Color

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

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


#9fcaeb Background Color

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

This div background color is #9fcaeb


#9fcaeb Border Color

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

This div border color is #9fcaeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,202,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 #9fcaeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fcaeb


Comments

No comments written yet.

Please login to write comment.