Color Hex Logo

#bed7cc Color Hex

#BED7CC
(190,215,204)
0 Favorites   0 Comments

Color spaces of #bed7cc

RGB 190215204
HSL0.430.240.79
HSV154°12°84°
CMYK 0.120.000.05   0.16
XYZ56.434763.907766.4877
Yxy63.90770.30210.3421
Hunter Lab79.9423-13.88826.6483
CIE-Lab83.9177-10.43142.5946

#bed7cc color RGB value is (190,215,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010111 11001100
Octal 276 327 314
Decimal 190 215 204
Hex BE D7 CC

RGB Percentages of Color #bed7cc

%31.20
%35.30
%33.50

CMYK Percentages of Color #bed7cc

%12
%0
%5
%16

Triadic Colors of #bed7cc

#bed7cc #ccbed7 #d7ccbe

Analogous Colors of #bed7cc

#bed7cc #bed6d7 #bed7c0

Monochromatic Colors of #bed7cc

#bed7cc

Complementary Color

#bed7cc #d7bec9

#bed7cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed7cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed7cc Color CSS Codes

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

#bed7cc Text Font Color

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

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


#bed7cc Background Color

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

This div background color is #bed7cc


#bed7cc Border Color

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

This div border color is #bed7cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed7cc


Comments

No comments written yet.

Please login to write comment.