Color Hex Logo

#bdf9cb Color Hex

#BDF9CB
(189,249,203)
0 Favorites   0 Comments

Color spaces of #bdf9cb

RGB 189249203
HSL0.370.830.86
HSV134°24°98°
CMYK 0.240.000.18   0.02
XYZ65.641482.882069.0381
Yxy82.88200.30170.3810
Hunter Lab91.0396-30.617018.7663
CIE-Lab92.9628-27.706916.0471

#bdf9cb color RGB value is (189,249,203).

#bdf9cb hex color red value is 189, green value is 249 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bdf9cb hue: 0.37 , saturation: 0.83 and the lightness value of bdf9cb is 0.86.

The process color (four color CMYK) of #bdf9cb color hex is 0.24, 0.00, 0.18, 0.02. Web safe color of #bdf9cb is #ccffcc. Color #bdf9cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111001 11001011
Octal 275 371 313
Decimal 189 249 203
Hex BD F9 CB

RGB Percentages of Color #bdf9cb

%29.49
%38.85
%31.67

CMYK Percentages of Color #bdf9cb

%24
%0
%18
%2

Triadic Colors of #bdf9cb

#bdf9cb #cbbdf9 #f9cbbd

Analogous Colors of #bdf9cb

#bdf9cb #bdf9e9 #cdf9bd

Monochromatic Colors of #bdf9cb

#bdf9cb

Complementary Color

#bdf9cb #f9bdeb

#bdf9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf9cb Color CSS Codes

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

#bdf9cb Text Font Color

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

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


#bdf9cb Background Color

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

This div background color is #bdf9cb


#bdf9cb Border Color

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

This div border color is #bdf9cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf9cb


Comments

No comments written yet.

Please login to write comment.