Color Hex Logo

#beddab Color Hex

#BEDDAB
(190,221,171)
0 Favorites   0 Comments

Color spaces of #beddab

RGB 190221171
HSL0.270.420.77
HSV97°23°87°
CMYK 0.140.000.23   0.13
XYZ54.442365.600348.3208
Yxy65.60030.32340.3896
Hunter Lab80.9940-21.756021.3236
CIE-Lab84.7921-19.205521.2263

#beddab color RGB value is (190,221,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 10101011
Octal 276 335 253
Decimal 190 221 171
Hex BE DD AB

RGB Percentages of Color #beddab

%32.65
%37.97
%29.38

CMYK Percentages of Color #beddab

%14
%0
%23
%13

Triadic Colors of #beddab

#beddab #abbedd #ddabbe

Analogous Colors of #beddab

#beddab #abddb1 #d7ddab

Monochromatic Colors of #beddab

#beddab

Complementary Color

#beddab #caabdd

#beddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#beddab Color CSS Codes

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

#beddab Text Font Color

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

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


#beddab Background Color

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

This div background color is #beddab


#beddab Border Color

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

This div border color is #beddab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,221,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 #beddab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beddab


Comments

No comments written yet.

Please login to write comment.