Color Hex Logo

#bde0e6 Color Hex

#BDE0E6
(189,224,230)
0 Favorites   0 Comments

Color spaces of #bde0e6

RGB 189224230
HSL0.520.450.82
HSV189°18°90°
CMYK 0.180.030.00   0.10
XYZ61.924869.843385.0802
Yxy69.84330.28560.3221
Hunter Lab83.5723-13.9879-1.8592
CIE-Lab86.9200-10.1641-6.7645

#bde0e6 color RGB value is (189,224,230).

#bde0e6 hex color red value is 189, green value is 224 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #bde0e6 hue: 0.52 , saturation: 0.45 and the lightness value of bde0e6 is 0.82.

The process color (four color CMYK) of #bde0e6 color hex is 0.18, 0.03, 0.00, 0.10. Web safe color of #bde0e6 is #ccccff. Color #bde0e6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100000 11100110
Octal 275 340 346
Decimal 189 224 230
Hex BD E0 E6

RGB Percentages of Color #bde0e6

%29.39
%34.84
%35.77

CMYK Percentages of Color #bde0e6

%18
%3
%0
%10

Triadic Colors of #bde0e6

#bde0e6 #e6bde0 #e0e6bd

Analogous Colors of #bde0e6

#bde0e6 #bdcce6 #bde6d8

Monochromatic Colors of #bde0e6

#bde0e6

Complementary Color

#bde0e6 #e6c3bd

#bde0e6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde0e6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde0e6 Color CSS Codes

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

#bde0e6 Text Font Color

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

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


#bde0e6 Background Color

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

This div background color is #bde0e6


#bde0e6 Border Color

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

This div border color is #bde0e6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,224,230, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bde0e6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bde0e6;
  -webkit-box-shadow: 1px 1px 3px 2px #bde0e6;
  box-shadow:         1px 1px 3px 2px #bde0e6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,224,230, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde0e6


Comments

No comments written yet.

Please login to write comment.