Color Hex Logo

#bed2cc Color Hex

#BED2CC
(190,210,204)
0 Favorites   0 Comments

Color spaces of #bed2cc

RGB 190210204
HSL0.450.180.78
HSV162°10°82°
CMYK 0.100.000.03   0.18
XYZ55.180961.400066.0698
Yxy61.40000.30210.3362
Hunter Lab78.3582-11.42464.8587
CIE-Lab82.5933-7.85840.6674

#bed2cc color RGB value is (190,210,204).

#bed2cc hex color red value is 190, green value is 210 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bed2cc hue: 0.45 , saturation: 0.18 and the lightness value of bed2cc is 0.78.

The process color (four color CMYK) of #bed2cc color hex is 0.10, 0.00, 0.03, 0.18. Web safe color of #bed2cc is #cccccc. Color #bed2cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010010 11001100
Octal 276 322 314
Decimal 190 210 204
Hex BE D2 CC

RGB Percentages of Color #bed2cc

%31.46
%34.77
%33.77

CMYK Percentages of Color #bed2cc

%10
%0
%3
%18

Triadic Colors of #bed2cc

#bed2cc #ccbed2 #d2ccbe

Analogous Colors of #bed2cc

#bed2cc #beced2 #bed2c2

Monochromatic Colors of #bed2cc

#bed2cc

Complementary Color

#bed2cc #d2bec4

#bed2cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed2cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed2cc Color CSS Codes

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

#bed2cc Text Font Color

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

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


#bed2cc Background Color

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

This div background color is #bed2cc


#bed2cc Border Color

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

This div border color is #bed2cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,210,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 #bed2cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed2cc


Comments

No comments written yet.

Please login to write comment.