Color Hex Logo

#b4cdfa Color Hex

#B4CDFA
(180,205,250)
0 Favorites   0 Comments

Color spaces of #b4cdfa

RGB 180205250
HSL0.610.880.84
HSV219°28°98°
CMYK 0.280.180.00   0.02
XYZ57.909060.268199.0232
Yxy60.26810.26660.2775
Hunter Lab77.6325-2.7071-21.2838
CIE-Lab81.98371.5329-24.8337

#b4cdfa color RGB value is (180,205,250).

#b4cdfa hex color red value is 180, green value is 205 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b4cdfa hue: 0.61 , saturation: 0.88 and the lightness value of b4cdfa is 0.84.

The process color (four color CMYK) of #b4cdfa color hex is 0.28, 0.18, 0.00, 0.02. Web safe color of #b4cdfa is #ccccff. Color #b4cdfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001101 11111010
Octal 264 315 372
Decimal 180 205 250
Hex B4 CD FA

RGB Percentages of Color #b4cdfa

%28.35
%32.28
%39.37

CMYK Percentages of Color #b4cdfa

%28
%18
%0
%2

Triadic Colors of #b4cdfa

#b4cdfa #fab4cd #cdfab4

Analogous Colors of #b4cdfa

#b4cdfa #beb4fa #b4f0fa

Monochromatic Colors of #b4cdfa

#b4cdfa

Complementary Color

#b4cdfa #fae1b4

#b4cdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4cdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4cdfa Color CSS Codes

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

#b4cdfa Text Font Color

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

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


#b4cdfa Background Color

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

This div background color is #b4cdfa


#b4cdfa Border Color

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

This div border color is #b4cdfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,205,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b4cdfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4cdfa


Comments

No comments written yet.

Please login to write comment.