Color Hex Logo

#beebbc Color Hex

#BEEBBC
(190,235,188)
0 Favorites   0 Comments

Color spaces of #beebbc

RGB 190235188
HSL0.330.540.83
HSV117°20°92°
CMYK 0.190.000.20   0.08
XYZ60.020673.994758.6959
Yxy73.99470.31150.3840
Hunter Lab86.0202-25.986919.7576
CIE-Lab88.9200-23.274218.1247

#beebbc color RGB value is (190,235,188).

#beebbc hex color red value is 190, green value is 235 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #beebbc hue: 0.33 , saturation: 0.54 and the lightness value of beebbc is 0.83.

The process color (four color CMYK) of #beebbc color hex is 0.19, 0.00, 0.20, 0.08. Web safe color of #beebbc is #ccffcc. Color #beebbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101011 10111100
Octal 276 353 274
Decimal 190 235 188
Hex BE EB BC

RGB Percentages of Color #beebbc

%31.00
%38.34
%30.67

CMYK Percentages of Color #beebbc

%19
%0
%20
%8

Triadic Colors of #beebbc

#beebbc #bcbeeb #ebbcbe

Analogous Colors of #beebbc

#beebbc #bcebd2 #d6ebbc

Monochromatic Colors of #beebbc

#beebbc

Complementary Color

#beebbc #e9bceb

#beebbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beebbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#beebbc Color CSS Codes

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

#beebbc Text Font Color

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

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


#beebbc Background Color

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

This div background color is #beebbc


#beebbc Border Color

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

This div border color is #beebbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beebbc


Comments

No comments written yet.

Please login to write comment.