Color Hex Logo

#bddfee Color Hex

#BDDFEE
(189,223,238)
0 Favorites   0 Comments

Color spaces of #bddfee

RGB 189223238
HSL0.550.590.84
HSV198°21°93°
CMYK 0.210.060.00   0.07
XYZ62.806669.767291.0451
Yxy69.76720.28090.3120
Hunter Lab83.5268-11.9516-6.1580
CIE-Lab86.8826-7.9552-11.0371

#bddfee color RGB value is (189,223,238).

#bddfee hex color red value is 189, green value is 223 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bddfee hue: 0.55 , saturation: 0.59 and the lightness value of bddfee is 0.84.

The process color (four color CMYK) of #bddfee color hex is 0.21, 0.06, 0.00, 0.07. Web safe color of #bddfee is #ccccff. Color #bddfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 11101110
Octal 275 337 356
Decimal 189 223 238
Hex BD DF EE

RGB Percentages of Color #bddfee

%29.08
%34.31
%36.62

CMYK Percentages of Color #bddfee

%21
%6
%0
%7

Triadic Colors of #bddfee

#bddfee #eebddf #dfeebd

Analogous Colors of #bddfee

#bddfee #bdc7ee #bdeee5

Monochromatic Colors of #bddfee

#bddfee

Complementary Color

#bddfee #eeccbd

#bddfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddfee Color CSS Codes

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

#bddfee Text Font Color

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

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


#bddfee Background Color

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

This div background color is #bddfee


#bddfee Border Color

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

This div border color is #bddfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddfee


Comments

No comments written yet.

Please login to write comment.