Color Hex Logo

#b5ccfd Color Hex

#B5CCFD
(181,204,253)
0 Favorites   0 Comments

Color spaces of #b5ccfd

RGB 181204253
HSL0.610.950.85
HSV221°28°99°
CMYK 0.280.190.00   0.01
XYZ58.378560.1013101.4523
Yxy60.10130.26540.2733
Hunter Lab77.5250-1.2533-23.3217
CIE-Lab81.89323.0653-26.5613

#b5ccfd color RGB value is (181,204,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001100 11111101
Octal 265 314 375
Decimal 181 204 253
Hex B5 CC FD

RGB Percentages of Color #b5ccfd

%28.37
%31.97
%39.66

CMYK Percentages of Color #b5ccfd

%28
%19
%0
%1

Triadic Colors of #b5ccfd

#b5ccfd #fdb5cc #ccfdb5

Analogous Colors of #b5ccfd

#b5ccfd #c2b5fd #b5f0fd

Monochromatic Colors of #b5ccfd

#b5ccfd

Complementary Color

#b5ccfd #fde6b5

#b5ccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5ccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5ccfd Color CSS Codes

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

#b5ccfd Text Font Color

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

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


#b5ccfd Background Color

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

This div background color is #b5ccfd


#b5ccfd Border Color

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

This div border color is #b5ccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5ccfd


Comments

No comments written yet.

Please login to write comment.