Color Hex Logo

#bed7cb Color Hex

#BED7CB
(190,215,203)
1 Favorites   0 Comments

Color spaces of #bed7cb

RGB 190215203
HSL0.420.240.79
HSV151°12°84°
CMYK 0.120.000.06   0.16
XYZ56.315163.859865.8580
Yxy63.85980.30270.3433
Hunter Lab79.9123-14.05567.0761
CIE-Lab83.8927-10.62093.0889

#bed7cb color RGB value is (190,215,203).

#bed7cb hex color red value is 190, green value is 215 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bed7cb hue: 0.42 , saturation: 0.24 and the lightness value of bed7cb is 0.79.

The process color (four color CMYK) of #bed7cb color hex is 0.12, 0.00, 0.06, 0.16. Web safe color of #bed7cb is #cccccc. Color #bed7cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010111 11001011
Octal 276 327 313
Decimal 190 215 203
Hex BE D7 CB

RGB Percentages of Color #bed7cb

%31.25
%35.36
%33.39

CMYK Percentages of Color #bed7cb

%12
%0
%6
%16

Triadic Colors of #bed7cb

#bed7cb #cbbed7 #d7cbbe

Analogous Colors of #bed7cb

#bed7cb #bed7d7 #bed7bf

Monochromatic Colors of #bed7cb

#bed7cb

Complementary Color

#bed7cb #d7beca

#bed7cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed7cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed7cb Color CSS Codes

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

#bed7cb Text Font Color

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

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


#bed7cb Background Color

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

This div background color is #bed7cb


#bed7cb Border Color

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

This div border color is #bed7cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed7cb


Comments

No comments written yet.

Please login to write comment.