Color Hex Logo

#bddfe5 Color Hex

#BDDFE5
(189,223,229)
0 Favorites   0 Comments

Color spaces of #bddfe5

RGB 189223229
HSL0.530.430.82
HSV189°17°90°
CMYK 0.170.030.00   0.10
XYZ61.516869.251384.2533
Yxy69.25130.28610.3221
Hunter Lab83.2174-13.6778-1.7759
CIE-Lab86.6283-9.8612-6.6685

#bddfe5 color RGB value is (189,223,229).

#bddfe5 hex color red value is 189, green value is 223 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #bddfe5 hue: 0.53 , saturation: 0.43 and the lightness value of bddfe5 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 11100101
Octal 275 337 345
Decimal 189 223 229
Hex BD DF E5

RGB Percentages of Color #bddfe5

%29.49
%34.79
%35.73

CMYK Percentages of Color #bddfe5

%17
%3
%0
%10

Triadic Colors of #bddfe5

#bddfe5 #e5bddf #dfe5bd

Analogous Colors of #bddfe5

#bddfe5 #bdcbe5 #bde5d7

Monochromatic Colors of #bddfe5

#bddfe5

Complementary Color

#bddfe5 #e5c3bd

#bddfe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddfe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddfe5 Color CSS Codes

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

#bddfe5 Text Font Color

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

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


#bddfe5 Background Color

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

This div background color is #bddfe5


#bddfe5 Border Color

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

This div border color is #bddfe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddfe5


Comments

No comments written yet.

Please login to write comment.