Color Hex Logo

#b5cedf Color Hex

#B5CEDF
(181,206,223)
0 Favorites   0 Comments

Color spaces of #b5cedf

RGB 181206223
HSL0.570.400.79
HSV204°19°87°
CMYK 0.190.080.00   0.13
XYZ54.446659.294178.3873
Yxy59.29410.28340.3086
Hunter Lab77.0027-8.5419-6.4543
CIE-Lab81.4530-4.8017-11.2274

#b5cedf color RGB value is (181,206,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001110 11011111
Octal 265 316 337
Decimal 181 206 223
Hex B5 CE DF

RGB Percentages of Color #b5cedf

%29.67
%33.77
%36.56

CMYK Percentages of Color #b5cedf

%19
%8
%0
%13

Triadic Colors of #b5cedf

#b5cedf #dfb5ce #cedfb5

Analogous Colors of #b5cedf

#b5cedf #b5b9df #b5dfdb

Monochromatic Colors of #b5cedf

#b5cedf

Complementary Color

#b5cedf #dfc6b5

#b5cedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cedf Color CSS Codes

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

#b5cedf Text Font Color

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

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


#b5cedf Background Color

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

This div background color is #b5cedf


#b5cedf Border Color

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

This div border color is #b5cedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cedf


Comments

No comments written yet.

Please login to write comment.