Color Hex Logo

#bedec9 Color Hex

#BEDEC9
(190,222,201)
0 Favorites   0 Comments

Color spaces of #bedec9

RGB 190222201
HSL0.390.330.81
HSV141°14°87°
CMYK 0.140.000.09   0.13
XYZ57.899167.406765.2175
Yxy67.40670.30390.3538
Hunter Lab82.1016-17.797310.3740
CIE-Lab85.7089-14.54836.7704

#bedec9 color RGB value is (190,222,201).

#bedec9 hex color red value is 190, green value is 222 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #bedec9 hue: 0.39 , saturation: 0.33 and the lightness value of bedec9 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011110 11001001
Octal 276 336 311
Decimal 190 222 201
Hex BE DE C9

RGB Percentages of Color #bedec9

%31.00
%36.22
%32.79

CMYK Percentages of Color #bedec9

%14
%0
%9
%13

Triadic Colors of #bedec9

#bedec9 #c9bede #dec9be

Analogous Colors of #bedec9

#bedec9 #beded9 #c3debe

Monochromatic Colors of #bedec9

#bedec9

Complementary Color

#bedec9 #debed3

#bedec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedec9 Color CSS Codes

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

#bedec9 Text Font Color

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

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


#bedec9 Background Color

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

This div background color is #bedec9


#bedec9 Border Color

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

This div border color is #bedec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedec9


Comments

No comments written yet.

Please login to write comment.