Color Hex Logo

#bddfea Color Hex

#BDDFEA
(189,223,234)
0 Favorites   0 Comments

Color spaces of #bddfea

RGB 189223234
HSL0.540.520.83
HSV195°19°92°
CMYK 0.190.050.00   0.08
XYZ62.225269.534787.9838
Yxy69.53470.28320.3164
Hunter Lab83.3875-12.7282-4.1868
CIE-Lab86.7681-8.8100-9.0984

#bddfea color RGB value is (189,223,234).

#bddfea hex color red value is 189, green value is 223 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bddfea hue: 0.54 , saturation: 0.52 and the lightness value of bddfea is 0.83.

The process color (four color CMYK) of #bddfea color hex is 0.19, 0.05, 0.00, 0.08. Web safe color of #bddfea is #ccccff. Color #bddfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 11101010
Octal 275 337 352
Decimal 189 223 234
Hex BD DF EA

RGB Percentages of Color #bddfea

%29.26
%34.52
%36.22

CMYK Percentages of Color #bddfea

%19
%5
%0
%8

Triadic Colors of #bddfea

#bddfea #eabddf #dfeabd

Analogous Colors of #bddfea

#bddfea #bdc9ea #bdeadf

Monochromatic Colors of #bddfea

#bddfea

Complementary Color

#bddfea #eac8bd

#bddfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddfea Color CSS Codes

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

#bddfea Text Font Color

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

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


#bddfea Background Color

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

This div background color is #bddfea


#bddfea Border Color

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

This div border color is #bddfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddfea


Comments

No comments written yet.

Please login to write comment.