Color Hex Logo

#bdefdf Color Hex

#BDEFDF
(189,239,223)
0 Favorites   0 Comments

Color spaces of #bdefdf

RGB 189239223
HSL0.450.610.84
HSV161°21°94°
CMYK 0.210.000.07   0.06
XYZ65.172177.879581.4094
Yxy77.87950.29030.3470
Hunter Lab88.2494-22.61427.0800
CIE-Lab90.7249-19.11672.4841

#bdefdf color RGB value is (189,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101111 11011111
Octal 275 357 337
Decimal 189 239 223
Hex BD EF DF

RGB Percentages of Color #bdefdf

%29.03
%36.71
%34.25

CMYK Percentages of Color #bdefdf

%21
%0
%7
%6

Triadic Colors of #bdefdf

#bdefdf #dfbdef #efdfbd

Analogous Colors of #bdefdf

#bdefdf #bde6ef #bdefc6

Monochromatic Colors of #bdefdf

#bdefdf

Complementary Color

#bdefdf #efbdcd

#bdefdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdefdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdefdf Color CSS Codes

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

#bdefdf Text Font Color

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

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


#bdefdf Background Color

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

This div background color is #bdefdf


#bdefdf Border Color

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

This div border color is #bdefdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdefdf


Comments

No comments written yet.

Please login to write comment.