Color Hex Logo

#bed2ca Color Hex

#BED2CA
(190,210,202)
0 Favorites   0 Comments

Color spaces of #bed2ca

RGB 190210202
HSL0.430.180.78
HSV156°10°82°
CMYK 0.100.000.04   0.18
XYZ54.942561.304664.8143
Yxy61.30460.30340.3386
Hunter Lab78.2973-11.76375.7279
CIE-Lab82.5422-8.23981.6587

#bed2ca color RGB value is (190,210,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010010 11001010
Octal 276 322 312
Decimal 190 210 202
Hex BE D2 CA

RGB Percentages of Color #bed2ca

%31.56
%34.88
%33.55

CMYK Percentages of Color #bed2ca

%10
%0
%4
%18

Triadic Colors of #bed2ca

#bed2ca #cabed2 #d2cabe

Analogous Colors of #bed2ca

#bed2ca #bed0d2 #bed2c0

Monochromatic Colors of #bed2ca

#bed2ca

Complementary Color

#bed2ca #d2bec6

#bed2ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed2ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed2ca Color CSS Codes

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

#bed2ca Text Font Color

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

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


#bed2ca Background Color

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

This div background color is #bed2ca


#bed2ca Border Color

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

This div border color is #bed2ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed2ca


Comments

No comments written yet.

Please login to write comment.