Color Hex Logo

#b3cede Color Hex

#B3CEDE
(179,206,222)
0 Favorites   0 Comments

Color spaces of #b3cede

RGB 179206222
HSL0.560.390.79
HSV202°19°87°
CMYK 0.190.070.00   0.13
XYZ53.846559.000277.6574
Yxy59.00020.28270.3097
Hunter Lab76.8116-9.2881-6.1748
CIE-Lab81.2917-5.6378-10.9473

#b3cede color RGB value is (179,206,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001110 11011110
Octal 263 316 336
Decimal 179 206 222
Hex B3 CE DE

RGB Percentages of Color #b3cede

%29.49
%33.94
%36.57

CMYK Percentages of Color #b3cede

%19
%7
%0
%13

Triadic Colors of #b3cede

#b3cede #deb3ce #cedeb3

Analogous Colors of #b3cede

#b3cede #b3b9de #b3ded9

Monochromatic Colors of #b3cede

#b3cede

Complementary Color

#b3cede #dec3b3

#b3cede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3cede Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3cede Color CSS Codes

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

#b3cede Text Font Color

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

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


#b3cede Background Color

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

This div background color is #b3cede


#b3cede Border Color

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

This div border color is #b3cede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3cede


Comments

No comments written yet.

Please login to write comment.