Color Hex Logo

#b3cdc4 Color Hex

#B3CDC4
(179,205,196)
0 Favorites   0 Comments

Color spaces of #b3cdc4

RGB 179205196
HSL0.440.210.75
HSV159°13°80°
CMYK 0.130.000.04   0.20
XYZ50.385557.231960.6158
Yxy57.23190.29950.3402
Hunter Lab75.6518-13.50625.4503
CIE-Lab80.3099-10.46671.5239

#b3cdc4 color RGB value is (179,205,196).

#b3cdc4 hex color red value is 179, green value is 205 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #b3cdc4 hue: 0.44 , saturation: 0.21 and the lightness value of b3cdc4 is 0.75.

The process color (four color CMYK) of #b3cdc4 color hex is 0.13, 0.00, 0.04, 0.20. Web safe color of #b3cdc4 is #cccccc. Color #b3cdc4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001101 11000100
Octal 263 315 304
Decimal 179 205 196
Hex B3 CD C4

RGB Percentages of Color #b3cdc4

%30.86
%35.34
%33.79

CMYK Percentages of Color #b3cdc4

%13
%0
%4
%20

Triadic Colors of #b3cdc4

#b3cdc4 #c4b3cd #cdc4b3

Analogous Colors of #b3cdc4

#b3cdc4 #b3c9cd #b3cdb7

Monochromatic Colors of #b3cdc4

#b3cdc4

Complementary Color

#b3cdc4 #cdb3bc

#b3cdc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3cdc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3cdc4 Color CSS Codes

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

#b3cdc4 Text Font Color

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

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


#b3cdc4 Background Color

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

This div background color is #b3cdc4


#b3cdc4 Border Color

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

This div border color is #b3cdc4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,205,196, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3cdc4


Comments

No comments written yet.

Please login to write comment.