Color Hex Logo

#bedbc8 Color Hex

#BEDBC8
(190,219,200)
0 Favorites   0 Comments

Color spaces of #bedbc8

RGB 190219200
HSL0.390.290.80
HSV141°13°86°
CMYK 0.130.000.09   0.14
XYZ56.992065.780364.3367
Yxy65.78030.30460.3516
Hunter Lab81.1051-16.50309.7417
CIE-Lab84.8842-13.21876.1109

#bedbc8 color RGB value is (190,219,200).

#bedbc8 hex color red value is 190, green value is 219 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #bedbc8 hue: 0.39 , saturation: 0.29 and the lightness value of bedbc8 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 11001000
Octal 276 333 310
Decimal 190 219 200
Hex BE DB C8

RGB Percentages of Color #bedbc8

%31.20
%35.96
%32.84

CMYK Percentages of Color #bedbc8

%13
%0
%9
%14

Triadic Colors of #bedbc8

#bedbc8 #c8bedb #dbc8be

Analogous Colors of #bedbc8

#bedbc8 #bedbd7 #c3dbbe

Monochromatic Colors of #bedbc8

#bedbc8

Complementary Color

#bedbc8 #dbbed1

#bedbc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedbc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedbc8 Color CSS Codes

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

#bedbc8 Text Font Color

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

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


#bedbc8 Background Color

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

This div background color is #bedbc8


#bedbc8 Border Color

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

This div border color is #bedbc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedbc8


Comments

No comments written yet.

Please login to write comment.