Color Hex Logo

#b4cdda Color Hex

#B4CDDA
(180,205,218)
0 Favorites   0 Comments

Color spaces of #b4cdda

RGB 180205218
HSL0.560.340.78
HSV201°17°85°
CMYK 0.170.060.00   0.15
XYZ53.308658.427974.7977
Yxy58.42790.28580.3132
Hunter Lab76.4381-9.2794-4.5109
CIE-Lab80.9761-5.6597-9.2706

#b4cdda color RGB value is (180,205,218).

#b4cdda hex color red value is 180, green value is 205 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b4cdda hue: 0.56 , saturation: 0.34 and the lightness value of b4cdda is 0.78.

The process color (four color CMYK) of #b4cdda color hex is 0.17, 0.06, 0.00, 0.15. Web safe color of #b4cdda is #cccccc. Color #b4cdda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001101 11011010
Octal 264 315 332
Decimal 180 205 218
Hex B4 CD DA

RGB Percentages of Color #b4cdda

%29.85
%34.00
%36.15

CMYK Percentages of Color #b4cdda

%17
%6
%0
%15

Triadic Colors of #b4cdda

#b4cdda #dab4cd #cddab4

Analogous Colors of #b4cdda

#b4cdda #b4bada #b4dad4

Monochromatic Colors of #b4cdda

#b4cdda

Complementary Color

#b4cdda #dac1b4

#b4cdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4cdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4cdda Color CSS Codes

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

#b4cdda Text Font Color

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

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


#b4cdda Background Color

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

This div background color is #b4cdda


#b4cdda Border Color

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

This div border color is #b4cdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4cdda


Comments

No comments written yet.

Please login to write comment.