Color Hex Logo

#9bdffe Color Hex

#9BDFFE
(155,223,254)
0 Favorites   0 Comments

Color spaces of #9bdffe

RGB 155223254
HSL0.550.980.80
HSV199°39°100°
CMYK 0.390.120.00   0.00
XYZ57.794666.8997103.6328
Yxy66.89970.25310.2930
Hunter Lab81.7922-17.0079-17.8673
CIE-Lab85.4533-13.7015-21.8129

#9bdffe color RGB value is (155,223,254).

#9bdffe hex color red value is 155, green value is 223 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #9bdffe hue: 0.55 , saturation: 0.98 and the lightness value of 9bdffe is 0.80.

The process color (four color CMYK) of #9bdffe color hex is 0.39, 0.12, 0.00, 0.00. Web safe color of #9bdffe is #99ccff. Color #9bdffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011111 11111110
Octal 233 337 376
Decimal 155 223 254
Hex 9B DF FE

RGB Percentages of Color #9bdffe

%24.53
%35.28
%40.19

CMYK Percentages of Color #9bdffe

%39
%12
%0
%0

Triadic Colors of #9bdffe

#9bdffe #fe9bdf #dffe9b

Analogous Colors of #9bdffe

#9bdffe #9baefe #9bfeec

Monochromatic Colors of #9bdffe

#9bdffe

Complementary Color

#9bdffe #feba9b

#9bdffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdffe Color CSS Codes

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

#9bdffe Text Font Color

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

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


#9bdffe Background Color

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

This div background color is #9bdffe


#9bdffe Border Color

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

This div border color is #9bdffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdffe

Related Colors


Comments

No comments written yet.

Please login to write comment.