Color Hex Logo

#bde7cf Color Hex

#BDE7CF
(189,231,207)
0 Favorites   0 Comments

Color spaces of #bde7cf

RGB 189231207
HSL0.400.470.82
HSV146°18°91°
CMYK 0.180.000.10   0.09
XYZ60.824772.475669.8149
Yxy72.47560.29950.3568
Hunter Lab85.1326-21.449110.9707
CIE-Lab88.1970-18.25087.1883

#bde7cf color RGB value is (189,231,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100111 11001111
Octal 275 347 317
Decimal 189 231 207
Hex BD E7 CF

RGB Percentages of Color #bde7cf

%30.14
%36.84
%33.01

CMYK Percentages of Color #bde7cf

%18
%0
%10
%9

Triadic Colors of #bde7cf

#bde7cf #cfbde7 #e7cfbd

Analogous Colors of #bde7cf

#bde7cf #bde7e4 #c0e7bd

Monochromatic Colors of #bde7cf

#bde7cf

Complementary Color

#bde7cf #e7bdd5

#bde7cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde7cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde7cf Color CSS Codes

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

#bde7cf Text Font Color

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

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


#bde7cf Background Color

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

This div background color is #bde7cf


#bde7cf Border Color

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

This div border color is #bde7cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde7cf


Comments

No comments written yet.

Please login to write comment.