Color Hex Logo

#9bcdee Color Hex

#9BCDEE
(155,205,238)
0 Favorites   0 Comments

Color spaces of #9bcdee

RGB 155205238
HSL0.570.710.77
HSV204°35°93°
CMYK 0.350.140.00   0.07
XYZ50.781556.804389.1768
Yxy56.80430.25810.2887
Hunter Lab75.3686-11.6263-17.3944
CIE-Lab80.0694-8.3729-21.4862

#9bcdee color RGB value is (155,205,238).

#9bcdee hex color red value is 155, green value is 205 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #9bcdee hue: 0.57 , saturation: 0.71 and the lightness value of 9bcdee is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001101 11101110
Octal 233 315 356
Decimal 155 205 238
Hex 9B CD EE

RGB Percentages of Color #9bcdee

%25.92
%34.28
%39.80

CMYK Percentages of Color #9bcdee

%35
%14
%0
%7

Triadic Colors of #9bcdee

#9bcdee #ee9bcd #cdee9b

Analogous Colors of #9bcdee

#9bcdee #9ba4ee #9beee6

Monochromatic Colors of #9bcdee

#9bcdee

Complementary Color

#9bcdee #eebc9b

#9bcdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcdee Color CSS Codes

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

#9bcdee Text Font Color

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

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


#9bcdee Background Color

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

This div background color is #9bcdee


#9bcdee Border Color

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

This div border color is #9bcdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcdee


Comments

No comments written yet.

Please login to write comment.