Color Hex Logo

#bedbbf Color Hex

#BEDBBF
(190,219,191)
0 Favorites   0 Comments

Color spaces of #bedbbf

RGB 190219191
HSL0.340.290.80
HSV122°13°86°
CMYK 0.130.000.13   0.14
XYZ55.970765.371858.9583
Yxy65.37180.31040.3626
Hunter Lab80.8528-17.925113.3624
CIE-Lab84.6750-14.850410.5635

#bedbbf color RGB value is (190,219,191).

#bedbbf hex color red value is 190, green value is 219 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bedbbf hue: 0.34 , saturation: 0.29 and the lightness value of bedbbf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 10111111
Octal 276 333 277
Decimal 190 219 191
Hex BE DB BF

RGB Percentages of Color #bedbbf

%31.67
%36.50
%31.83

CMYK Percentages of Color #bedbbf

%13
%0
%13
%14

Triadic Colors of #bedbbf

#bedbbf #bfbedb #dbbfbe

Analogous Colors of #bedbbf

#bedbbf #bedbce #ccdbbe

Monochromatic Colors of #bedbbf

#bedbbf

Complementary Color

#bedbbf #dbbeda

#bedbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedbbf Color CSS Codes

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

#bedbbf Text Font Color

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

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


#bedbbf Background Color

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

This div background color is #bedbbf


#bedbbf Border Color

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

This div border color is #bedbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedbbf


Comments

No comments written yet.

Please login to write comment.