Color Hex Logo

#bde0ca Color Hex

#BDE0CA
(189,224,202)
0 Favorites   0 Comments

Color spaces of #bde0ca

RGB 189224202
HSL0.400.360.81
HSV142°16°88°
CMYK 0.160.000.10   0.12
XYZ58.302668.394466.0057
Yxy68.39440.30260.3549
Hunter Lab82.7009-18.887410.5698
CIE-Lab86.2033-15.69686.9463

#bde0ca color RGB value is (189,224,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100000 11001010
Octal 275 340 312
Decimal 189 224 202
Hex BD E0 CA

RGB Percentages of Color #bde0ca

%30.73
%36.42
%32.85

CMYK Percentages of Color #bde0ca

%16
%0
%10
%12

Triadic Colors of #bde0ca

#bde0ca #cabde0 #e0cabd

Analogous Colors of #bde0ca

#bde0ca #bde0dc #c2e0bd

Monochromatic Colors of #bde0ca

#bde0ca

Complementary Color

#bde0ca #e0bdd3

#bde0ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde0ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde0ca Color CSS Codes

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

#bde0ca Text Font Color

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

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


#bde0ca Background Color

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

This div background color is #bde0ca


#bde0ca Border Color

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

This div border color is #bde0ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde0ca


Comments

No comments written yet.

Please login to write comment.