Color Hex Logo

#b5cec8 Color Hex

#B5CEC8
(181,206,200)
0 Favorites   0 Comments

Color spaces of #b5cec8

RGB 181206200
HSL0.460.200.76
HSV166°12°81°
CMYK 0.120.000.03   0.19
XYZ51.552758.136563.1479
Yxy58.13650.29830.3364
Hunter Lab76.2473-12.74454.2692
CIE-Lab80.8146-9.54150.1345

#b5cec8 color RGB value is (181,206,200).

#b5cec8 hex color red value is 181, green value is 206 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #b5cec8 hue: 0.46 , saturation: 0.20 and the lightness value of b5cec8 is 0.76.

The process color (four color CMYK) of #b5cec8 color hex is 0.12, 0.00, 0.03, 0.19. Web safe color of #b5cec8 is #cccccc. Color #b5cec8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001110 11001000
Octal 265 316 310
Decimal 181 206 200
Hex B5 CE C8

RGB Percentages of Color #b5cec8

%30.83
%35.09
%34.07

CMYK Percentages of Color #b5cec8

%12
%0
%3
%19

Triadic Colors of #b5cec8

#b5cec8 #c8b5ce #cec8b5

Analogous Colors of #b5cec8

#b5cec8 #b5c8ce #b5cebc

Monochromatic Colors of #b5cec8

#b5cec8

Complementary Color

#b5cec8 #ceb5bb

#b5cec8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cec8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cec8 Color CSS Codes

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

#b5cec8 Text Font Color

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

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


#b5cec8 Background Color

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

This div background color is #b5cec8


#b5cec8 Border Color

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

This div border color is #b5cec8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cec8


Comments

No comments written yet.

Please login to write comment.