Color Hex Logo

#bedde4 Color Hex

#BEDDE4
(190,221,228)
1 Favorites   0 Comments

Color spaces of #bedde4

RGB 190221228
HSL0.530.410.82
HSV191°17°89°
CMYK 0.170.030.00   0.11
XYZ61.095268.261583.3545
Yxy68.26150.28720.3209
Hunter Lab82.6205-12.5909-1.9824
CIE-Lab86.1370-8.7338-6.8603

#bedde4 color RGB value is (190,221,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 11100100
Octal 276 335 344
Decimal 190 221 228
Hex BE DD E4

RGB Percentages of Color #bedde4

%29.73
%34.59
%35.68

CMYK Percentages of Color #bedde4

%17
%3
%0
%11

Triadic Colors of #bedde4

#bedde4 #e4bedd #dde4be

Analogous Colors of #bedde4

#bedde4 #becae4 #bee4d8

Monochromatic Colors of #bedde4

#bedde4

Complementary Color

#bedde4 #e4c5be

#bedde4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedde4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedde4 Color CSS Codes

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

#bedde4 Text Font Color

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

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


#bedde4 Background Color

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

This div background color is #bedde4


#bedde4 Border Color

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

This div border color is #bedde4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedde4


Comments

No comments written yet.

Please login to write comment.