Color Hex Logo

#bedbc1 Color Hex

#BEDBC1
(190,219,193)
0 Favorites   0 Comments

Color spaces of #bedbc1

RGB 190219193
HSL0.350.290.80
HSV126°13°86°
CMYK 0.130.000.12   0.14
XYZ56.192465.460460.1256
Yxy65.46040.30910.3601
Hunter Lab80.9076-17.615512.5746
CIE-Lab84.7204-14.49389.5731

#bedbc1 color RGB value is (190,219,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 11000001
Octal 276 333 301
Decimal 190 219 193
Hex BE DB C1

RGB Percentages of Color #bedbc1

%31.56
%36.38
%32.06

CMYK Percentages of Color #bedbc1

%13
%0
%12
%14

Triadic Colors of #bedbc1

#bedbc1 #c1bedb #dbc1be

Analogous Colors of #bedbc1

#bedbc1 #bedbd0 #cadbbe

Monochromatic Colors of #bedbc1

#bedbc1

Complementary Color

#bedbc1 #dbbed8

#bedbc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedbc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedbc1 Color CSS Codes

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

#bedbc1 Text Font Color

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

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


#bedbc1 Background Color

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

This div background color is #bedbc1


#bedbc1 Border Color

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

This div border color is #bedbc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedbc1


Comments

No comments written yet.

Please login to write comment.