Color Hex Logo

#bde3ca Color Hex

#BDE3CA
(189,227,202)
0 Favorites   0 Comments

Color spaces of #bde3ca

RGB 189227202
HSL0.390.400.82
HSV141°17°89°
CMYK 0.170.000.11   0.11
XYZ59.116070.021366.2768
Yxy70.02130.30250.3583
Hunter Lab83.6787-20.334011.6151
CIE-Lab87.0073-17.19598.1011

#bde3ca color RGB value is (189,227,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100011 11001010
Octal 275 343 312
Decimal 189 227 202
Hex BD E3 CA

RGB Percentages of Color #bde3ca

%30.58
%36.73
%32.69

CMYK Percentages of Color #bde3ca

%17
%0
%11
%11

Triadic Colors of #bde3ca

#bde3ca #cabde3 #e3cabd

Analogous Colors of #bde3ca

#bde3ca #bde3dd #c3e3bd

Monochromatic Colors of #bde3ca

#bde3ca

Complementary Color

#bde3ca #e3bdd6

#bde3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde3ca Color CSS Codes

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

#bde3ca Text Font Color

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

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


#bde3ca Background Color

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

This div background color is #bde3ca


#bde3ca Border Color

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

This div border color is #bde3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde3ca


Comments

No comments written yet.

Please login to write comment.