Color Hex Logo

#beddad Color Hex

#BEDDAD
(190,221,173)
1 Favorites   0 Comments

Color spaces of #beddad

RGB 190221173
HSL0.270.410.77
HSV99°22°87°
CMYK 0.140.000.22   0.13
XYZ54.634565.677249.3326
Yxy65.67720.32210.3871
Hunter Lab81.0415-21.485920.6373
CIE-Lab84.8315-18.887120.2368

#beddad color RGB value is (190,221,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 10101101
Octal 276 335 255
Decimal 190 221 173
Hex BE DD AD

RGB Percentages of Color #beddad

%32.53
%37.84
%29.62

CMYK Percentages of Color #beddad

%14
%0
%22
%13

Triadic Colors of #beddad

#beddad #adbedd #ddadbe

Analogous Colors of #beddad

#beddad #adddb4 #d6ddad

Monochromatic Colors of #beddad

#beddad

Complementary Color

#beddad #ccaddd

#beddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#beddad Color CSS Codes

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

#beddad Text Font Color

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

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


#beddad Background Color

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

This div background color is #beddad


#beddad Border Color

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

This div border color is #beddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beddad


Comments

No comments written yet.

Please login to write comment.