Color Hex Logo

#b3cbfd Color Hex

#B3CBFD
(179,203,253)
0 Favorites   0 Comments

Color spaces of #b3cbfd

RGB 179203253
HSL0.610.950.85
HSV221°29°99°
CMYK 0.290.200.00   0.01
XYZ57.676059.3874101.3516
Yxy59.38740.26410.2719
Hunter Lab77.0632-1.2669-24.0325
CIE-Lab81.50413.0309-27.1676

#b3cbfd color RGB value is (179,203,253).

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

The process color (four color CMYK) of #b3cbfd color hex is 0.29, 0.20, 0.00, 0.01. Web safe color of #b3cbfd is #ccccff. Color #b3cbfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001011 11111101
Octal 263 313 375
Decimal 179 203 253
Hex B3 CB FD

RGB Percentages of Color #b3cbfd

%28.19
%31.97
%39.84

CMYK Percentages of Color #b3cbfd

%29
%20
%0
%1

Triadic Colors of #b3cbfd

#b3cbfd #fdb3cb #cbfdb3

Analogous Colors of #b3cbfd

#b3cbfd #c0b3fd #b3f0fd

Monochromatic Colors of #b3cbfd

#b3cbfd

Complementary Color

#b3cbfd #fde5b3

#b3cbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3cbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3cbfd Color CSS Codes

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

#b3cbfd Text Font Color

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

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


#b3cbfd Background Color

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

This div background color is #b3cbfd


#b3cbfd Border Color

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

This div border color is #b3cbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3cbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.