Color Hex Logo

#beddc3 Color Hex

#BEDDC3
(190,221,195)
0 Favorites   0 Comments

Color spaces of #beddc3

RGB 190221195
HSL0.360.310.81
HSV130°14°87°
CMYK 0.140.000.12   0.13
XYZ56.942066.600261.4837
Yxy66.60020.30780.3600
Hunter Lab81.6089-18.268712.4575
CIE-Lab85.3016-15.14139.3490

#beddc3 color RGB value is (190,221,195).

#beddc3 hex color red value is 190, green value is 221 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #beddc3 hue: 0.36 , saturation: 0.31 and the lightness value of beddc3 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 11000011
Octal 276 335 303
Decimal 190 221 195
Hex BE DD C3

RGB Percentages of Color #beddc3

%31.35
%36.47
%32.18

CMYK Percentages of Color #beddc3

%14
%0
%12
%13

Triadic Colors of #beddc3

#beddc3 #c3bedd #ddc3be

Analogous Colors of #beddc3

#beddc3 #beddd3 #c9ddbe

Monochromatic Colors of #beddc3

#beddc3

Complementary Color

#beddc3 #ddbed8

#beddc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beddc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beddc3 Color CSS Codes

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

#beddc3 Text Font Color

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

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


#beddc3 Background Color

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

This div background color is #beddc3


#beddc3 Border Color

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

This div border color is #beddc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beddc3


Comments

No comments written yet.

Please login to write comment.