Color Hex Logo

#bddce1 Color Hex

#BDDCE1
(189,220,225)
0 Favorites   0 Comments

Color spaces of #bddce1

RGB 189220225
HSL0.520.380.81
HSV188°16°88°
CMYK 0.160.020.00   0.12
XYZ60.170167.441581.0804
Yxy67.44150.28830.3232
Hunter Lab82.1228-12.9306-1.0515
CIE-Lab85.7264-9.1530-5.8891

#bddce1 color RGB value is (189,220,225).

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

The process color (four color CMYK) of #bddce1 color hex is 0.16, 0.02, 0.00, 0.12. Web safe color of #bddce1 is #cccccc. Color #bddce1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 11100001
Octal 275 334 341
Decimal 189 220 225
Hex BD DC E1

RGB Percentages of Color #bddce1

%29.81
%34.70
%35.49

CMYK Percentages of Color #bddce1

%16
%2
%0
%12

Triadic Colors of #bddce1

#bddce1 #e1bddc #dce1bd

Analogous Colors of #bddce1

#bddce1 #bdcae1 #bde1d4

Monochromatic Colors of #bddce1

#bddce1

Complementary Color

#bddce1 #e1c2bd

#bddce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddce1 Color CSS Codes

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

#bddce1 Text Font Color

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

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


#bddce1 Background Color

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

This div background color is #bddce1


#bddce1 Border Color

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

This div border color is #bddce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddce1


Comments

No comments written yet.

Please login to write comment.