Color Hex Logo

#beddc2 Color Hex

#BEDDC2
(190,221,194)
0 Favorites   0 Comments

Color spaces of #beddc2

RGB 190221194
HSL0.350.310.81
HSV128°14°87°
CMYK 0.140.000.12   0.13
XYZ56.829366.555160.8901
Yxy66.55510.30840.3612
Hunter Lab81.5813-18.424712.8545
CIE-Lab85.2788-15.32109.8432

#beddc2 color RGB value is (190,221,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 11000010
Octal 276 335 302
Decimal 190 221 194
Hex BE DD C2

RGB Percentages of Color #beddc2

%31.40
%36.53
%32.07

CMYK Percentages of Color #beddc2

%14
%0
%12
%13

Triadic Colors of #beddc2

#beddc2 #c2bedd #ddc2be

Analogous Colors of #beddc2

#beddc2 #beddd2 #caddbe

Monochromatic Colors of #beddc2

#beddc2

Complementary Color

#beddc2 #ddbed9

#beddc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beddc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beddc2 Color CSS Codes

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

#beddc2 Text Font Color

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

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


#beddc2 Background Color

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

This div background color is #beddc2


#beddc2 Border Color

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

This div border color is #beddc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beddc2


Comments

No comments written yet.

Please login to write comment.