Color Hex Logo

#b5c8fd Color Hex

#B5C8FD
(181,200,253)
0 Favorites   0 Comments

Color spaces of #b5c8fd

RGB 181200253
HSL0.620.950.85
HSV224°28°99°
CMYK 0.280.210.00   0.01
XYZ57.440058.2242101.1395
Yxy58.22420.26490.2686
Hunter Lab76.30480.8362-25.1736
CIE-Lab80.86335.2148-28.1361

#b5c8fd color RGB value is (181,200,253).

#b5c8fd hex color red value is 181, green value is 200 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b5c8fd hue: 0.62 , saturation: 0.95 and the lightness value of b5c8fd is 0.85.

The process color (four color CMYK) of #b5c8fd color hex is 0.28, 0.21, 0.00, 0.01. Web safe color of #b5c8fd is #ccccff. Color #b5c8fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001000 11111101
Octal 265 310 375
Decimal 181 200 253
Hex B5 C8 FD

RGB Percentages of Color #b5c8fd

%28.55
%31.55
%39.91

CMYK Percentages of Color #b5c8fd

%28
%21
%0
%1

Triadic Colors of #b5c8fd

#b5c8fd #fdb5c8 #c8fdb5

Analogous Colors of #b5c8fd

#b5c8fd #c6b5fd #b5ecfd

Monochromatic Colors of #b5c8fd

#b5c8fd

Complementary Color

#b5c8fd #fdeab5

#b5c8fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5c8fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5c8fd Color CSS Codes

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

#b5c8fd Text Font Color

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

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


#b5c8fd Background Color

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

This div background color is #b5c8fd


#b5c8fd Border Color

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

This div border color is #b5c8fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,200,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5c8fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5c8fd;
  -webkit-box-shadow: 1px 1px 3px 2px #b5c8fd;
  box-shadow:         1px 1px 3px 2px #b5c8fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,200,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 #b5c8fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5c8fd

Related Colors


Comments

No comments written yet.

Please login to write comment.