Color Hex Logo

#beddbc Color Hex

#BEDDBC
(190,221,188)
0 Favorites   0 Comments

Color spaces of #beddbc

RGB 190221188
HSL0.320.330.80
HSV116°15°87°
CMYK 0.140.000.15   0.13
XYZ56.168866.290957.4120
Yxy66.29090.31230.3685
Hunter Lab81.4192-19.341615.1857
CIE-Lab85.1446-16.380812.8110

#beddbc color RGB value is (190,221,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 10111100
Octal 276 335 274
Decimal 190 221 188
Hex BE DD BC

RGB Percentages of Color #beddbc

%31.72
%36.89
%31.39

CMYK Percentages of Color #beddbc

%14
%0
%15
%13

Triadic Colors of #beddbc

#beddbc #bcbedd #ddbcbe

Analogous Colors of #beddbc

#beddbc #bcddcb #cfddbc

Monochromatic Colors of #beddbc

#beddbc

Complementary Color

#beddbc #dbbcdd

#beddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#beddbc Color CSS Codes

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

#beddbc Text Font Color

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

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


#beddbc Background Color

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

This div background color is #beddbc


#beddbc Border Color

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

This div border color is #beddbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,221,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 #beddbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beddbc

#beddbc Color Palettes


Comments

No comments written yet.

Please login to write comment.