Color Hex Logo

#beddd8 Color Hex

#BEDDD8
(190,221,216)
0 Favorites   0 Comments

Color spaces of #beddd8

RGB 190221216
HSL0.470.310.81
HSV170°14°87°
CMYK 0.140.000.02   0.13
XYZ59.486367.617974.8820
Yxy67.61790.29450.3348
Hunter Lab82.2301-14.77353.5692
CIE-Lab85.8150-11.1675-0.9939

#beddd8 color RGB value is (190,221,216).

#beddd8 hex color red value is 190, green value is 221 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #beddd8 hue: 0.47 , saturation: 0.31 and the lightness value of beddd8 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 11011000
Octal 276 335 330
Decimal 190 221 216
Hex BE DD D8

RGB Percentages of Color #beddd8

%30.30
%35.25
%34.45

CMYK Percentages of Color #beddd8

%14
%0
%2
%13

Triadic Colors of #beddd8

#beddd8 #d8bedd #ddd8be

Analogous Colors of #beddd8

#beddd8 #bed3dd #beddc9

Monochromatic Colors of #beddd8

#beddd8

Complementary Color

#beddd8 #ddbec3

#beddd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beddd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beddd8 Color CSS Codes

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

#beddd8 Text Font Color

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

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


#beddd8 Background Color

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

This div background color is #beddd8


#beddd8 Border Color

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

This div border color is #beddd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beddd8


Comments

No comments written yet.

Please login to write comment.