Color Hex Logo

#b5cdfd Color Hex

#B5CDFD
(181,205,253)
0 Favorites   0 Comments

Color spaces of #b5cdfd

RGB 181205253
HSL0.610.950.85
HSV220°28°99°
CMYK 0.280.190.00   0.01
XYZ58.617060.5782101.5318
Yxy60.57820.26560.2744
Hunter Lab77.8320-1.7737-22.8614
CIE-Lab82.15152.5302-26.1671

#b5cdfd color RGB value is (181,205,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001101 11111101
Octal 265 315 375
Decimal 181 205 253
Hex B5 CD FD

RGB Percentages of Color #b5cdfd

%28.33
%32.08
%39.59

CMYK Percentages of Color #b5cdfd

%28
%19
%0
%1

Triadic Colors of #b5cdfd

#b5cdfd #fdb5cd #cdfdb5

Analogous Colors of #b5cdfd

#b5cdfd #c1b5fd #b5f1fd

Monochromatic Colors of #b5cdfd

#b5cdfd

Complementary Color

#b5cdfd #fde5b5

#b5cdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cdfd Color CSS Codes

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

#b5cdfd Text Font Color

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

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


#b5cdfd Background Color

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

This div background color is #b5cdfd


#b5cdfd Border Color

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

This div border color is #b5cdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.