Color Hex Logo

#bde3cf Color Hex

#BDE3CF
(189,227,207)
0 Favorites   0 Comments

Color spaces of #bde3cf

RGB 189227207
HSL0.410.400.82
HSV148°17°89°
CMYK 0.170.000.09   0.11
XYZ59.717870.262069.4459
Yxy70.26200.29940.3523
Hunter Lab83.8224-19.52019.5546
CIE-Lab87.1252-16.26075.6448

#bde3cf color RGB value is (189,227,207).

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

The process color (four color CMYK) of #bde3cf color hex is 0.17, 0.00, 0.09, 0.11. Web safe color of #bde3cf is #cccccc. Color #bde3cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100011 11001111
Octal 275 343 317
Decimal 189 227 207
Hex BD E3 CF

RGB Percentages of Color #bde3cf

%30.34
%36.44
%33.23

CMYK Percentages of Color #bde3cf

%17
%0
%9
%11

Triadic Colors of #bde3cf

#bde3cf #cfbde3 #e3cfbd

Analogous Colors of #bde3cf

#bde3cf #bde3e2 #bee3bd

Monochromatic Colors of #bde3cf

#bde3cf

Complementary Color

#bde3cf #e3bdd1

#bde3cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde3cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde3cf Color CSS Codes

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

#bde3cf Text Font Color

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

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


#bde3cf Background Color

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

This div background color is #bde3cf


#bde3cf Border Color

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

This div border color is #bde3cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde3cf


Comments

No comments written yet.

Please login to write comment.