Color Hex Logo

#9bcfef Color Hex

#9BCFEF
(155,207,239)
0 Favorites   0 Comments

Color spaces of #9bcfef

RGB 155207239
HSL0.560.720.77
HSV203°35°94°
CMYK 0.350.130.00   0.06
XYZ51.410457.826290.1133
Yxy57.82620.25790.2901
Hunter Lab76.0435-12.3985-17.0295
CIE-Lab80.6421-9.1733-21.1515

#9bcfef color RGB value is (155,207,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001111 11101111
Octal 233 317 357
Decimal 155 207 239
Hex 9B CF EF

RGB Percentages of Color #9bcfef

%25.79
%34.44
%39.77

CMYK Percentages of Color #9bcfef

%35
%13
%0
%6

Triadic Colors of #9bcfef

#9bcfef #ef9bcf #cfef9b

Analogous Colors of #9bcfef

#9bcfef #9ba5ef #9befe5

Monochromatic Colors of #9bcfef

#9bcfef

Complementary Color

#9bcfef #efbb9b

#9bcfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcfef Color CSS Codes

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

#9bcfef Text Font Color

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

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


#9bcfef Background Color

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

This div background color is #9bcfef


#9bcfef Border Color

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

This div border color is #9bcfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcfef


Comments

No comments written yet.

Please login to write comment.