Color Hex Logo

#bed7f2 Color Hex

#BED7F2
(190,215,242)
0 Favorites   0 Comments

Color spaces of #bed7f2

RGB 190215242
HSL0.590.670.85
HSV211°21°95°
CMYK 0.210.110.00   0.05
XYZ61.562765.958893.4910
Yxy65.95880.27850.2984
Hunter Lab81.2150-6.8195-11.4014
CIE-Lab84.9754-2.6289-15.9977

#bed7f2 color RGB value is (190,215,242).

#bed7f2 hex color red value is 190, green value is 215 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #bed7f2 hue: 0.59 , saturation: 0.67 and the lightness value of bed7f2 is 0.85.

The process color (four color CMYK) of #bed7f2 color hex is 0.21, 0.11, 0.00, 0.05. Web safe color of #bed7f2 is #ccccff. Color #bed7f2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010111 11110010
Octal 276 327 362
Decimal 190 215 242
Hex BE D7 F2

RGB Percentages of Color #bed7f2

%29.37
%33.23
%37.40

CMYK Percentages of Color #bed7f2

%21
%11
%0
%5

Triadic Colors of #bed7f2

#bed7f2 #f2bed7 #d7f2be

Analogous Colors of #bed7f2

#bed7f2 #bfbef2 #bef1f2

Monochromatic Colors of #bed7f2

#bed7f2

Complementary Color

#bed7f2 #f2d9be

#bed7f2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed7f2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed7f2 Color CSS Codes

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

#bed7f2 Text Font Color

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

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


#bed7f2 Background Color

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

This div background color is #bed7f2


#bed7f2 Border Color

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

This div border color is #bed7f2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed7f2

#bed7f2 Color Palettes


Comments

No comments written yet.

Please login to write comment.