Color Hex Logo

#bedeca Color Hex

#BEDECA
(190,222,202)
0 Favorites   0 Comments

Color spaces of #bedeca

RGB 190222202
HSL0.400.330.81
HSV143°14°87°
CMYK 0.140.000.09   0.13
XYZ58.017267.454065.8392
Yxy67.45400.30330.3526
Hunter Lab82.1304-17.63519.9619
CIE-Lab85.7327-14.36286.2774

#bedeca color RGB value is (190,222,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011110 11001010
Octal 276 336 312
Decimal 190 222 202
Hex BE DE CA

RGB Percentages of Color #bedeca

%30.94
%36.16
%32.90

CMYK Percentages of Color #bedeca

%14
%0
%9
%13

Triadic Colors of #bedeca

#bedeca #cabede #decabe

Analogous Colors of #bedeca

#bedeca #bededa #c2debe

Monochromatic Colors of #bedeca

#bedeca

Complementary Color

#bedeca #debed2

#bedeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedeca Color CSS Codes

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

#bedeca Text Font Color

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

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


#bedeca Background Color

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

This div background color is #bedeca


#bedeca Border Color

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

This div border color is #bedeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedeca


Comments

No comments written yet.

Please login to write comment.