Color Hex Logo

#b2cdfd Color Hex

#B2CDFD
(178,205,253)
0 Favorites   0 Comments

Color spaces of #b2cdfd

RGB 178205253
HSL0.610.950.85
HSV218°30°99°
CMYK 0.300.190.00   0.01
XYZ57.921060.2195101.4993
Yxy60.21950.26370.2742
Hunter Lab77.6012-2.5710-23.2281
CIE-Lab81.95741.6757-26.4809

#b2cdfd color RGB value is (178,205,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001101 11111101
Octal 262 315 375
Decimal 178 205 253
Hex B2 CD FD

RGB Percentages of Color #b2cdfd

%27.99
%32.23
%39.78

CMYK Percentages of Color #b2cdfd

%30
%19
%0
%1

Triadic Colors of #b2cdfd

#b2cdfd #fdb2cd #cdfdb2

Analogous Colors of #b2cdfd

#b2cdfd #bdb2fd #b2f3fd

Monochromatic Colors of #b2cdfd

#b2cdfd

Complementary Color

#b2cdfd #fde2b2

#b2cdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cdfd Color CSS Codes

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

#b2cdfd Text Font Color

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

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


#b2cdfd Background Color

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

This div background color is #b2cdfd


#b2cdfd Border Color

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

This div border color is #b2cdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.