Color Hex Logo

#bedeab Color Hex

#BEDEAB
(190,222,171)
0 Favorites   0 Comments

Color spaces of #bedeab

RGB 190222171
HSL0.270.440.77
HSV98°23°87°
CMYK 0.140.000.23   0.13
XYZ54.707266.130048.4091
Yxy66.13000.32320.3907
Hunter Lab81.3204-22.227121.6296
CIE-Lab85.0627-19.699321.5999

#bedeab color RGB value is (190,222,171).

#bedeab hex color red value is 190, green value is 222 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bedeab hue: 0.27 , saturation: 0.44 and the lightness value of bedeab is 0.77.

The process color (four color CMYK) of #bedeab color hex is 0.14, 0.00, 0.23, 0.13. Web safe color of #bedeab is #cccc99. Color #bedeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011110 10101011
Octal 276 336 253
Decimal 190 222 171
Hex BE DE AB

RGB Percentages of Color #bedeab

%32.59
%38.08
%29.33

CMYK Percentages of Color #bedeab

%14
%0
%23
%13

Triadic Colors of #bedeab

#bedeab #abbede #deabbe

Analogous Colors of #bedeab

#bedeab #abdeb2 #d8deab

Monochromatic Colors of #bedeab

#bedeab

Complementary Color

#bedeab #cbabde

#bedeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedeab Color CSS Codes

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

#bedeab Text Font Color

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

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


#bedeab Background Color

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

This div background color is #bedeab


#bedeab Border Color

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

This div border color is #bedeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedeab

#bedeab Color Palettes


Comments

No comments written yet.

Please login to write comment.