Color Hex Logo

#bde7cb Color Hex

#BDE7CB
(189,231,203)
0 Favorites   0 Comments

Color spaces of #bde7cb

RGB 189231203
HSL0.390.470.82
HSV140°18°91°
CMYK 0.180.000.12   0.09
XYZ60.341772.282467.2715
Yxy72.28240.30190.3616
Hunter Lab85.0191-22.094212.6000
CIE-Lab88.1043-18.99499.1488

#bde7cb color RGB value is (189,231,203).

#bde7cb hex color red value is 189, green value is 231 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bde7cb hue: 0.39 , saturation: 0.47 and the lightness value of bde7cb is 0.82.

The process color (four color CMYK) of #bde7cb color hex is 0.18, 0.00, 0.12, 0.09. Web safe color of #bde7cb is #ccffcc. Color #bde7cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100111 11001011
Octal 275 347 313
Decimal 189 231 203
Hex BD E7 CB

RGB Percentages of Color #bde7cb

%30.34
%37.08
%32.58

CMYK Percentages of Color #bde7cb

%18
%0
%12
%9

Triadic Colors of #bde7cb

#bde7cb #cbbde7 #e7cbbd

Analogous Colors of #bde7cb

#bde7cb #bde7e0 #c4e7bd

Monochromatic Colors of #bde7cb

#bde7cb

Complementary Color

#bde7cb #e7bdd9

#bde7cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde7cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde7cb Color CSS Codes

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

#bde7cb Text Font Color

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

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


#bde7cb Background Color

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

This div background color is #bde7cb


#bde7cb Border Color

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

This div border color is #bde7cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,231,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 #bde7cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde7cb


Comments

No comments written yet.

Please login to write comment.