Color Hex Logo

#b2dbfd Color Hex

#B2DBFD
(178,219,253)
0 Favorites   0 Comments

Color spaces of #b2dbfd

RGB 178219253
HSL0.580.950.85
HSV207°30°99°
CMYK 0.300.130.00   0.01
XYZ61.421267.2199102.6660
Yxy67.21990.26550.2906
Hunter Lab81.9877-9.7551-16.8522
CIE-Lab85.6149-5.7170-20.9206

#b2dbfd color RGB value is (178,219,253).

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

The process color (four color CMYK) of #b2dbfd color hex is 0.30, 0.13, 0.00, 0.01. Web safe color of #b2dbfd is #99ccff. Color #b2dbfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011011 11111101
Octal 262 333 375
Decimal 178 219 253
Hex B2 DB FD

RGB Percentages of Color #b2dbfd

%27.38
%33.69
%38.92

CMYK Percentages of Color #b2dbfd

%30
%13
%0
%1

Triadic Colors of #b2dbfd

#b2dbfd #fdb2db #dbfdb2

Analogous Colors of #b2dbfd

#b2dbfd #b2b6fd #b2fdfa

Monochromatic Colors of #b2dbfd

#b2dbfd

Complementary Color

#b2dbfd #fdd4b2

#b2dbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2dbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2dbfd Color CSS Codes

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

#b2dbfd Text Font Color

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

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


#b2dbfd Background Color

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

This div background color is #b2dbfd


#b2dbfd Border Color

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

This div border color is #b2dbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2dbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.