Color Hex Logo

#b2cfaa Color Hex

#B2CFAA
(178,207,170)
0 Favorites   0 Comments

Color spaces of #b2cfaa

RGB 178207170
HSL0.300.280.74
HSV107°18°81°
CMYK 0.140.000.18   0.19
XYZ47.928656.992946.5048
Yxy56.99290.31650.3764
Hunter Lab75.4936-18.789716.3223
CIE-Lab80.1756-16.575315.2023

#b2cfaa color RGB value is (178,207,170).

#b2cfaa hex color red value is 178, green value is 207 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b2cfaa hue: 0.30 , saturation: 0.28 and the lightness value of b2cfaa is 0.74.

The process color (four color CMYK) of #b2cfaa color hex is 0.14, 0.00, 0.18, 0.19. Web safe color of #b2cfaa is #99cc99. Color #b2cfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001111 10101010
Octal 262 317 252
Decimal 178 207 170
Hex B2 CF AA

RGB Percentages of Color #b2cfaa

%32.07
%37.30
%30.63

CMYK Percentages of Color #b2cfaa

%14
%0
%18
%19

Triadic Colors of #b2cfaa

#b2cfaa #aab2cf #cfaab2

Analogous Colors of #b2cfaa

#b2cfaa #aacfb5 #c5cfaa

Monochromatic Colors of #b2cfaa

#b2cfaa

Complementary Color

#b2cfaa #c7aacf

#b2cfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cfaa Color CSS Codes

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

#b2cfaa Text Font Color

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

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


#b2cfaa Background Color

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

This div background color is #b2cfaa


#b2cfaa Border Color

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

This div border color is #b2cfaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,207,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2cfaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2cfaa;
  -webkit-box-shadow: 1px 1px 3px 2px #b2cfaa;
  box-shadow:         1px 1px 3px 2px #b2cfaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,207,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cfaa


Comments

No comments written yet.

Please login to write comment.