Color Hex Logo

#beddbd Color Hex

#BEDDBD
(190,221,189)
0 Favorites   0 Comments

Color spaces of #beddbd

RGB 190221189
HSL0.330.320.80
HSV118°14°87°
CMYK 0.140.000.14   0.13
XYZ56.277066.334257.9818
Yxy66.33420.31160.3673
Hunter Lab81.4458-19.191214.8031
CIE-Lab85.1666-16.206512.3161

#beddbd color RGB value is (190,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 10111101
Octal 276 335 275
Decimal 190 221 189
Hex BE DD BD

RGB Percentages of Color #beddbd

%31.67
%36.83
%31.50

CMYK Percentages of Color #beddbd

%14
%0
%14
%13

Triadic Colors of #beddbd

#beddbd #bdbedd #ddbdbe

Analogous Colors of #beddbd

#beddbd #bdddcc #ceddbd

Monochromatic Colors of #beddbd

#beddbd

Complementary Color

#beddbd #dcbddd

#beddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#beddbd Color CSS Codes

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

#beddbd Text Font Color

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

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


#beddbd Background Color

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

This div background color is #beddbd


#beddbd Border Color

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

This div border color is #beddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beddbd


Comments

No comments written yet.

Please login to write comment.