Color Hex Logo

#b4cedf Color Hex

#B4CEDF
(180,206,223)
0 Favorites   0 Comments

Color spaces of #b4cedf

RGB 180206223
HSL0.570.400.79
HSV204°19°87°
CMYK 0.190.080.00   0.13
XYZ54.213059.173678.3764
Yxy59.17360.28270.3086
Hunter Lab76.9244-8.8185-6.5621
CIE-Lab81.3869-5.1117-11.3329

#b4cedf color RGB value is (180,206,223).

#b4cedf hex color red value is 180, green value is 206 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b4cedf hue: 0.57 , saturation: 0.40 and the lightness value of b4cedf is 0.79.

The process color (four color CMYK) of #b4cedf color hex is 0.19, 0.08, 0.00, 0.13. Web safe color of #b4cedf is #cccccc. Color #b4cedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001110 11011111
Octal 264 316 337
Decimal 180 206 223
Hex B4 CE DF

RGB Percentages of Color #b4cedf

%29.56
%33.83
%36.62

CMYK Percentages of Color #b4cedf

%19
%8
%0
%13

Triadic Colors of #b4cedf

#b4cedf #dfb4ce #cedfb4

Analogous Colors of #b4cedf

#b4cedf #b4b9df #b4dfdb

Monochromatic Colors of #b4cedf

#b4cedf

Complementary Color

#b4cedf #dfc5b4

#b4cedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4cedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4cedf Color CSS Codes

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

#b4cedf Text Font Color

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

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


#b4cedf Background Color

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

This div background color is #b4cedf


#b4cedf Border Color

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

This div border color is #b4cedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4cedf


Comments

No comments written yet.

Please login to write comment.