Color Hex Logo

#99befd Color Hex

#99BEFD
(153,190,253)
0 Favorites   0 Comments

Color spaces of #99befd

RGB 153190253
HSL0.610.960.80
HSV218°40°99°
CMYK 0.400.250.00   0.01
XYZ49.279950.6911100.1155
Yxy50.69110.24630.2533
Hunter Lab71.1977-1.0461-33.5330
CIE-Lab76.49153.0099-35.0128

#99befd color RGB value is (153,190,253).

#99befd hex color red value is 153, green value is 190 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #99befd hue: 0.61 , saturation: 0.96 and the lightness value of 99befd is 0.80.

The process color (four color CMYK) of #99befd color hex is 0.40, 0.25, 0.00, 0.01. Web safe color of #99befd is #99ccff. Color #99befd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111110 11111101
Octal 231 276 375
Decimal 153 190 253
Hex 99 BE FD

RGB Percentages of Color #99befd

%25.67
%31.88
%42.45

CMYK Percentages of Color #99befd

%40
%25
%0
%1

Triadic Colors of #99befd

#99befd #fd99be #befd99

Analogous Colors of #99befd

#99befd #a699fd #99f0fd

Monochromatic Colors of #99befd

#99befd

Complementary Color

#99befd #fdd899

#99befd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99befd Color Preview on White Background

Lorem ipsum dolor sit amet.

#99befd Color CSS Codes

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

#99befd Text Font Color

<p style="color:#99befd">Text here</p>

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


#99befd Background Color

<div style="background-color:#99befd">
Div content here</div>

This div background color is #99befd


#99befd Border Color

<div style="border:3px solid #99befd">
Div here</div>

This div border color is #99befd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,190,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99befd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99befd;
  -webkit-box-shadow: 1px 1px 3px 2px #99befd;
  box-shadow:         1px 1px 3px 2px #99befd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,190,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99befd


Comments

No comments written yet.

Please login to write comment.