Color Hex Logo

#b4cde9 Color Hex

#B4CDE9
(180,205,233)
0 Favorites   0 Comments

Color spaces of #b4cde9

RGB 180205233
HSL0.590.550.81
HSV212°23°91°
CMYK 0.230.120.00   0.09
XYZ55.361759.249185.6091
Yxy59.24910.27650.2959
Hunter Lab76.9734-6.3207-12.0603
CIE-Lab81.4283-2.3819-16.6137

#b4cde9 color RGB value is (180,205,233).

#b4cde9 hex color red value is 180, green value is 205 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #b4cde9 hue: 0.59 , saturation: 0.55 and the lightness value of b4cde9 is 0.81.

The process color (four color CMYK) of #b4cde9 color hex is 0.23, 0.12, 0.00, 0.09. Web safe color of #b4cde9 is #ccccff. Color #b4cde9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001101 11101001
Octal 264 315 351
Decimal 180 205 233
Hex B4 CD E9

RGB Percentages of Color #b4cde9

%29.13
%33.17
%37.70

CMYK Percentages of Color #b4cde9

%23
%12
%0
%9

Triadic Colors of #b4cde9

#b4cde9 #e9b4cd #cde9b4

Analogous Colors of #b4cde9

#b4cde9 #b6b4e9 #b4e8e9

Monochromatic Colors of #b4cde9

#b4cde9

Complementary Color

#b4cde9 #e9d0b4

#b4cde9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4cde9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4cde9 Color CSS Codes

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

#b4cde9 Text Font Color

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

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


#b4cde9 Background Color

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

This div background color is #b4cde9


#b4cde9 Border Color

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

This div border color is #b4cde9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4cde9


Comments

No comments written yet.

Please login to write comment.