Color Hex Logo

#bdefcd Color Hex

#BDEFCD
(189,239,205)
0 Favorites   0 Comments

Color spaces of #bdefcd

RGB 189239205
HSL0.390.610.84
HSV139°21°94°
CMYK 0.210.000.14   0.06
XYZ62.872276.959669.2986
Yxy76.95960.30060.3680
Hunter Lab87.7266-25.593614.5732
CIE-Lab90.3030-22.546911.2455

#bdefcd color RGB value is (189,239,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101111 11001101
Octal 275 357 315
Decimal 189 239 205
Hex BD EF CD

RGB Percentages of Color #bdefcd

%29.86
%37.76
%32.39

CMYK Percentages of Color #bdefcd

%21
%0
%14
%6

Triadic Colors of #bdefcd

#bdefcd #cdbdef #efcdbd

Analogous Colors of #bdefcd

#bdefcd #bdefe6 #c6efbd

Monochromatic Colors of #bdefcd

#bdefcd

Complementary Color

#bdefcd #efbddf

#bdefcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdefcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdefcd Color CSS Codes

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

#bdefcd Text Font Color

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

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


#bdefcd Background Color

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

This div background color is #bdefcd


#bdefcd Border Color

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

This div border color is #bdefcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdefcd


Comments

No comments written yet.

Please login to write comment.