Color Hex Logo

#bde1cf Color Hex

#BDE1CF
(189,225,207)
0 Favorites   0 Comments

Color spaces of #bde1cf

RGB 189225207
HSL0.420.380.81
HSV150°16°88°
CMYK 0.160.000.08   0.12
XYZ59.174069.174269.2646
Yxy69.17420.29940.3500
Hunter Lab83.1710-18.55128.8432
CIE-Lab86.5902-15.25874.8723

#bde1cf color RGB value is (189,225,207).

#bde1cf hex color red value is 189, green value is 225 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bde1cf hue: 0.42 , saturation: 0.38 and the lightness value of bde1cf is 0.81.

The process color (four color CMYK) of #bde1cf color hex is 0.16, 0.00, 0.08, 0.12. Web safe color of #bde1cf is #cccccc. Color #bde1cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100001 11001111
Octal 275 341 317
Decimal 189 225 207
Hex BD E1 CF

RGB Percentages of Color #bde1cf

%30.43
%36.23
%33.33

CMYK Percentages of Color #bde1cf

%16
%0
%8
%12

Triadic Colors of #bde1cf

#bde1cf #cfbde1 #e1cfbd

Analogous Colors of #bde1cf

#bde1cf #bde1e1 #bde1bd

Monochromatic Colors of #bde1cf

#bde1cf

Complementary Color

#bde1cf #e1bdcf

#bde1cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde1cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde1cf Color CSS Codes

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

#bde1cf Text Font Color

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

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


#bde1cf Background Color

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

This div background color is #bde1cf


#bde1cf Border Color

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

This div border color is #bde1cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde1cf

#bde1cf Color Palettes


Comments

No comments written yet.

Please login to write comment.