Color Hex Logo

#bddfc8 Color Hex

#BDDFC8
(189,223,200)
0 Favorites   0 Comments

Color spaces of #bddfc8

RGB 189223200
HSL0.390.350.81
HSV139°15°87°
CMYK 0.150.000.10   0.13
XYZ57.799367.764364.6771
Yxy67.76430.30380.3562
Hunter Lab82.3191-18.726911.0399
CIE-Lab85.8885-15.56587.5469

#bddfc8 color RGB value is (189,223,200).

#bddfc8 hex color red value is 189, green value is 223 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #bddfc8 hue: 0.39 , saturation: 0.35 and the lightness value of bddfc8 is 0.81.

The process color (four color CMYK) of #bddfc8 color hex is 0.15, 0.00, 0.10, 0.13. Web safe color of #bddfc8 is #cccccc. Color #bddfc8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 11001000
Octal 275 337 310
Decimal 189 223 200
Hex BD DF C8

RGB Percentages of Color #bddfc8

%30.88
%36.44
%32.68

CMYK Percentages of Color #bddfc8

%15
%0
%10
%13

Triadic Colors of #bddfc8

#bddfc8 #c8bddf #dfc8bd

Analogous Colors of #bddfc8

#bddfc8 #bddfd9 #c3dfbd

Monochromatic Colors of #bddfc8

#bddfc8

Complementary Color

#bddfc8 #dfbdd4

#bddfc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddfc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddfc8 Color CSS Codes

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

#bddfc8 Text Font Color

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

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


#bddfc8 Background Color

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

This div background color is #bddfc8


#bddfc8 Border Color

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

This div border color is #bddfc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddfc8


Comments

No comments written yet.

Please login to write comment.