Color Hex Logo

#9bcaea Color Hex

#9BCAEA
(155,202,234)
0 Favorites   0 Comments

Color spaces of #9bcaea

RGB 155202234
HSL0.570.650.76
HSV204°34°92°
CMYK 0.340.140.00   0.08
XYZ49.489455.150185.8786
Yxy55.15010.25980.2895
Hunter Lab74.2631-11.0069-16.5794
CIE-Lab79.1276-7.7843-20.7739

#9bcaea color RGB value is (155,202,234).

#9bcaea hex color red value is 155, green value is 202 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9bcaea hue: 0.57 , saturation: 0.65 and the lightness value of 9bcaea is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001010 11101010
Octal 233 312 352
Decimal 155 202 234
Hex 9B CA EA

RGB Percentages of Color #9bcaea

%26.23
%34.18
%39.59

CMYK Percentages of Color #9bcaea

%34
%14
%0
%8

Triadic Colors of #9bcaea

#9bcaea #ea9bca #caea9b

Analogous Colors of #9bcaea

#9bcaea #9ba3ea #9beae3

Monochromatic Colors of #9bcaea

#9bcaea

Complementary Color

#9bcaea #eabb9b

#9bcaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcaea Color CSS Codes

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

#9bcaea Text Font Color

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

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


#9bcaea Background Color

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

This div background color is #9bcaea


#9bcaea Border Color

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

This div border color is #9bcaea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,202,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcaea


Comments

No comments written yet.

Please login to write comment.