Color Hex Logo

#bdefdc Color Hex

#BDEFDC
(189,239,220)
0 Favorites   0 Comments

Color spaces of #bdefdc

RGB 189239220
HSL0.440.610.84
HSV157°21°94°
CMYK 0.210.000.08   0.06
XYZ64.771077.719179.2976
Yxy77.71910.29200.3504
Hunter Lab88.1584-23.13138.3802
CIE-Lab90.6516-19.70703.9411

#bdefdc color RGB value is (189,239,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101111 11011100
Octal 275 357 334
Decimal 189 239 220
Hex BD EF DC

RGB Percentages of Color #bdefdc

%29.17
%36.88
%33.95

CMYK Percentages of Color #bdefdc

%21
%0
%8
%6

Triadic Colors of #bdefdc

#bdefdc #dcbdef #efdcbd

Analogous Colors of #bdefdc

#bdefdc #bde9ef #bdefc3

Monochromatic Colors of #bdefdc

#bdefdc

Complementary Color

#bdefdc #efbdd0

#bdefdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdefdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdefdc Color CSS Codes

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

#bdefdc Text Font Color

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

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


#bdefdc Background Color

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

This div background color is #bdefdc


#bdefdc Border Color

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

This div border color is #bdefdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdefdc


Comments

No comments written yet.

Please login to write comment.