Color Hex Logo

#bddfca Color Hex

#BDDFCA
(189,223,202)
0 Favorites   0 Comments

Color spaces of #bddfca

RGB 189223202
HSL0.400.350.81
HSV143°15°87°
CMYK 0.150.000.09   0.13
XYZ58.034667.858465.9164
Yxy67.85840.30260.3538
Hunter Lab82.3762-18.403910.2202
CIE-Lab85.9356-15.19496.5611

#bddfca color RGB value is (189,223,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011111 11001010
Octal 275 337 312
Decimal 189 223 202
Hex BD DF CA

RGB Percentages of Color #bddfca

%30.78
%36.32
%32.90

CMYK Percentages of Color #bddfca

%15
%0
%9
%13

Triadic Colors of #bddfca

#bddfca #cabddf #dfcabd

Analogous Colors of #bddfca

#bddfca #bddfdb #c1dfbd

Monochromatic Colors of #bddfca

#bddfca

Complementary Color

#bddfca #dfbdd2

#bddfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddfca Color CSS Codes

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

#bddfca Text Font Color

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

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


#bddfca Background Color

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

This div background color is #bddfca


#bddfca Border Color

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

This div border color is #bddfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddfca


Comments

No comments written yet.

Please login to write comment.