Color Hex Logo

#bdefde Color Hex

#BDEFDE
(189,239,222)
0 Favorites   0 Comments

Color spaces of #bdefde

RGB 189239222
HSL0.440.610.84
HSV160°21°94°
CMYK 0.210.000.07   0.06
XYZ65.037677.825780.7013
Yxy77.82570.29090.3481
Hunter Lab88.2189-22.78757.5156
CIE-Lab90.7003-19.31422.9696

#bdefde color RGB value is (189,239,222).

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

The process color (four color CMYK) of #bdefde color hex is 0.21, 0.00, 0.07, 0.06. Web safe color of #bdefde is #ccffcc. Color #bdefde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101111 11011110
Octal 275 357 336
Decimal 189 239 222
Hex BD EF DE

RGB Percentages of Color #bdefde

%29.08
%36.77
%34.15

CMYK Percentages of Color #bdefde

%21
%0
%7
%6

Triadic Colors of #bdefde

#bdefde #debdef #efdebd

Analogous Colors of #bdefde

#bdefde #bde7ef #bdefc5

Monochromatic Colors of #bdefde

#bdefde

Complementary Color

#bdefde #efbdce

#bdefde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdefde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdefde Color CSS Codes

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

#bdefde Text Font Color

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

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


#bdefde Background Color

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

This div background color is #bdefde


#bdefde Border Color

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

This div border color is #bdefde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdefde


Comments

No comments written yet.

Please login to write comment.