Color Hex Logo

#bedde3 Color Hex

#BEDDE3
(190,221,227)
0 Favorites   0 Comments

Color spaces of #bedde3

RGB 190221227
HSL0.530.400.82
HSV190°16°89°
CMYK 0.160.030.00   0.11
XYZ60.956868.206182.6254
Yxy68.20610.28780.3220
Hunter Lab82.5870-12.7778-1.5067
CIE-Lab86.1094-8.9408-6.3730

#bedde3 color RGB value is (190,221,227).

#bedde3 hex color red value is 190, green value is 221 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #bedde3 hue: 0.53 , saturation: 0.40 and the lightness value of bedde3 is 0.82.

The process color (four color CMYK) of #bedde3 color hex is 0.16, 0.03, 0.00, 0.11. Web safe color of #bedde3 is #cccccc. Color #bedde3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 11100011
Octal 276 335 343
Decimal 190 221 227
Hex BE DD E3

RGB Percentages of Color #bedde3

%29.78
%34.64
%35.58

CMYK Percentages of Color #bedde3

%16
%3
%0
%11

Triadic Colors of #bedde3

#bedde3 #e3bedd #dde3be

Analogous Colors of #bedde3

#bedde3 #becbe3 #bee3d7

Monochromatic Colors of #bedde3

#bedde3

Complementary Color

#bedde3 #e3c4be

#bedde3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedde3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedde3 Color CSS Codes

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

#bedde3 Text Font Color

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

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


#bedde3 Background Color

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

This div background color is #bedde3


#bedde3 Border Color

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

This div border color is #bedde3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedde3


Comments

No comments written yet.

Please login to write comment.