Color Hex Logo

#becabb Color Hex

#BECABB
(190,202,187)
0 Favorites   0 Comments

Color spaces of #becabb

RGB 190202187
HSL0.300.120.76
HSV108°79°
CMYK 0.060.000.07   0.21
XYZ51.325456.776155.2674
Yxy56.77610.31420.3475
Hunter Lab75.3499-10.27529.2571
CIE-Lab80.0535-6.86106.0707

#becabb color RGB value is (190,202,187).

#becabb hex color red value is 190, green value is 202 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #becabb hue: 0.30 , saturation: 0.12 and the lightness value of becabb is 0.76.

The process color (four color CMYK) of #becabb color hex is 0.06, 0.00, 0.07, 0.21. Web safe color of #becabb is #cccccc. Color #becabb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001010 10111011
Octal 276 312 273
Decimal 190 202 187
Hex BE CA BB

RGB Percentages of Color #becabb

%32.82
%34.89
%32.30

CMYK Percentages of Color #becabb

%6
%0
%7
%21

Triadic Colors of #becabb

#becabb #bbbeca #cabbbe

Analogous Colors of #becabb

#becabb #bbcac0 #c6cabb

Monochromatic Colors of #becabb

#becabb

Complementary Color

#becabb #c7bbca

#becabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#becabb Color CSS Codes

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

#becabb Text Font Color

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

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


#becabb Background Color

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

This div background color is #becabb


#becabb Border Color

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

This div border color is #becabb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,202,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #becabb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #becabb;
  -webkit-box-shadow: 1px 1px 3px 2px #becabb;
  box-shadow:         1px 1px 3px 2px #becabb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,202,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becabb


Comments

No comments written yet.

Please login to write comment.