Color Hex Logo

#bedabe Color Hex

#BEDABE
(190,218,190)
0 Favorites   0 Comments

Color spaces of #bedabe

RGB 190218190
HSL0.330.270.80
HSV120°13°85°
CMYK 0.130.000.13   0.15
XYZ55.600964.807758.2938
Yxy64.80770.31110.3627
Hunter Lab80.5032-17.596613.4193
CIE-Lab84.3845-14.523710.6775

#bedabe color RGB value is (190,218,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011010 10111110
Octal 276 332 276
Decimal 190 218 190
Hex BE DA BE

RGB Percentages of Color #bedabe

%31.77
%36.45
%31.77

CMYK Percentages of Color #bedabe

%13
%0
%13
%15

Triadic Colors of #bedabe

#bedabe #bebeda #dabebe

Analogous Colors of #bedabe

#bedabe #bedacc #ccdabe

Monochromatic Colors of #bedabe

#bedabe

Complementary Color

#bedabe #dabeda

#bedabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedabe Color CSS Codes

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

#bedabe Text Font Color

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

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


#bedabe Background Color

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

This div background color is #bedabe


#bedabe Border Color

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

This div border color is #bedabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedabe


Comments

No comments written yet.

Please login to write comment.