Color Hex Logo

#bdddef Color Hex

#BDDDEF
(189,221,239)
0 Favorites   0 Comments

Color spaces of #bdddef

RGB 189221239
HSL0.560.610.84
HSV202°21°94°
CMYK 0.210.080.00   0.06
XYZ62.422768.763791.6441
Yxy68.76370.28010.3086
Hunter Lab82.9239-10.7472-7.4782
CIE-Lab86.3869-6.7078-12.3040

#bdddef color RGB value is (189,221,239).

#bdddef hex color red value is 189, green value is 221 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bdddef hue: 0.56 , saturation: 0.61 and the lightness value of bdddef is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 11101111
Octal 275 335 357
Decimal 189 221 239
Hex BD DD EF

RGB Percentages of Color #bdddef

%29.12
%34.05
%36.83

CMYK Percentages of Color #bdddef

%21
%8
%0
%6

Triadic Colors of #bdddef

#bdddef #efbddd #ddefbd

Analogous Colors of #bdddef

#bdddef #bdc4ef #bdefe8

Monochromatic Colors of #bdddef

#bdddef

Complementary Color

#bdddef #efcfbd

#bdddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdddef Color CSS Codes

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

#bdddef Text Font Color

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

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


#bdddef Background Color

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

This div background color is #bdddef


#bdddef Border Color

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

This div border color is #bdddef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdddef


Comments

No comments written yet.

Please login to write comment.