Color Hex Logo

#bedbd3 Color Hex

#BEDBD3
(190,219,211)
0 Favorites   0 Comments

Color spaces of #bedbd3

RGB 190219211
HSL0.450.290.80
HSV163°13°86°
CMYK 0.130.000.04   0.14
XYZ58.324666.313371.3537
Yxy66.31330.29760.3383
Hunter Lab81.4330-14.66105.0516
CIE-Lab85.1560-11.12910.6873

#bedbd3 color RGB value is (190,219,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 11010011
Octal 276 333 323
Decimal 190 219 211
Hex BE DB D3

RGB Percentages of Color #bedbd3

%30.65
%35.32
%34.03

CMYK Percentages of Color #bedbd3

%13
%0
%4
%14

Triadic Colors of #bedbd3

#bedbd3 #d3bedb #dbd3be

Analogous Colors of #bedbd3

#bedbd3 #bed5db #bedbc5

Monochromatic Colors of #bedbd3

#bedbd3

Complementary Color

#bedbd3 #dbbec6

#bedbd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedbd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedbd3 Color CSS Codes

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

#bedbd3 Text Font Color

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

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


#bedbd3 Background Color

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

This div background color is #bedbd3


#bedbd3 Border Color

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

This div border color is #bedbd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedbd3


Comments

No comments written yet.

Please login to write comment.