Color Hex Logo

#b4cede Color Hex

#B4CEDE
(180,206,222)
0 Favorites   0 Comments

Color spaces of #b4cede

RGB 180206222
HSL0.560.390.79
HSV203°19°87°
CMYK 0.190.070.00   0.13
XYZ54.078559.119877.6683
Yxy59.11980.28330.3097
Hunter Lab76.8894-9.0123-6.0680
CIE-Lab81.3574-5.3276-10.8424

#b4cede color RGB value is (180,206,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001110 11011110
Octal 264 316 336
Decimal 180 206 222
Hex B4 CE DE

RGB Percentages of Color #b4cede

%29.61
%33.88
%36.51

CMYK Percentages of Color #b4cede

%19
%7
%0
%13

Triadic Colors of #b4cede

#b4cede #deb4ce #cedeb4

Analogous Colors of #b4cede

#b4cede #b4b9de #b4ded9

Monochromatic Colors of #b4cede

#b4cede

Complementary Color

#b4cede #dec4b4

#b4cede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4cede Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4cede Color CSS Codes

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

#b4cede Text Font Color

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

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


#b4cede Background Color

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

This div background color is #b4cede


#b4cede Border Color

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

This div border color is #b4cede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4cede


Comments

No comments written yet.

Please login to write comment.