Color Hex Logo

#beddf2 Color Hex

#BEDDF2
(190,221,242)
0 Favorites   0 Comments

Color spaces of #beddf2

RGB 190221242
HSL0.570.670.85
HSV204°21°95°
CMYK 0.210.090.00   0.05
XYZ63.118769.070994.0097
Yxy69.07090.27900.3054
Hunter Lab83.1089-9.8752-8.8904
CIE-Lab86.5391-5.7547-13.6525

#beddf2 color RGB value is (190,221,242).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 11110010
Octal 276 335 362
Decimal 190 221 242
Hex BE DD F2

RGB Percentages of Color #beddf2

%29.10
%33.84
%37.06

CMYK Percentages of Color #beddf2

%21
%9
%0
%5

Triadic Colors of #beddf2

#beddf2 #f2bedd #ddf2be

Analogous Colors of #beddf2

#beddf2 #bec3f2 #bef2ed

Monochromatic Colors of #beddf2

#beddf2

Complementary Color

#beddf2 #f2d3be

#beddf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beddf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beddf2 Color CSS Codes

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

#beddf2 Text Font Color

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

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


#beddf2 Background Color

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

This div background color is #beddf2


#beddf2 Border Color

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

This div border color is #beddf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beddf2


Comments

No comments written yet.

Please login to write comment.