Color Hex Logo

#9bcfed Color Hex

#9BCFED
(155,207,237)
0 Favorites   0 Comments

Color spaces of #9bcfed

RGB 155207237
HSL0.560.690.77
HSV202°35°93°
CMYK 0.350.130.00   0.07
XYZ51.116557.708688.5655
Yxy57.70860.25900.2924
Hunter Lab75.9662-12.8308-15.9472
CIE-Lab80.5765-9.6685-20.1833

#9bcfed color RGB value is (155,207,237).

#9bcfed hex color red value is 155, green value is 207 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9bcfed hue: 0.56 , saturation: 0.69 and the lightness value of 9bcfed is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001111 11101101
Octal 233 317 355
Decimal 155 207 237
Hex 9B CF ED

RGB Percentages of Color #9bcfed

%25.88
%34.56
%39.57

CMYK Percentages of Color #9bcfed

%35
%13
%0
%7

Triadic Colors of #9bcfed

#9bcfed #ed9bcf #cfed9b

Analogous Colors of #9bcfed

#9bcfed #9ba6ed #9bede2

Monochromatic Colors of #9bcfed

#9bcfed

Complementary Color

#9bcfed #edb99b

#9bcfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcfed Color CSS Codes

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

#9bcfed Text Font Color

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

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


#9bcfed Background Color

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

This div background color is #9bcfed


#9bcfed Border Color

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

This div border color is #9bcfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcfed


Comments

No comments written yet.

Please login to write comment.