Color Hex Logo

#bcf3ca Color Hex

#BCF3CA
(188,243,202)
0 Favorites   0 Comments

Color spaces of #bcf3ca

RGB 188243202
HSL0.380.700.85
HSV135°23°95°
CMYK 0.230.000.17   0.05
XYZ63.450379.056867.7924
Yxy79.05680.30170.3759
Hunter Lab88.9139-28.219017.0341
CIE-Lab91.2600-25.340614.1510

#bcf3ca color RGB value is (188,243,202).

#bcf3ca hex color red value is 188, green value is 243 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bcf3ca hue: 0.38 , saturation: 0.70 and the lightness value of bcf3ca is 0.85.

The process color (four color CMYK) of #bcf3ca color hex is 0.23, 0.00, 0.17, 0.05. Web safe color of #bcf3ca is #ccffcc. Color #bcf3ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110011 11001010
Octal 274 363 312
Decimal 188 243 202
Hex BC F3 CA

RGB Percentages of Color #bcf3ca

%29.70
%38.39
%31.91

CMYK Percentages of Color #bcf3ca

%23
%0
%17
%5

Triadic Colors of #bcf3ca

#bcf3ca #cabcf3 #f3cabc

Analogous Colors of #bcf3ca

#bcf3ca #bcf3e6 #caf3bc

Monochromatic Colors of #bcf3ca

#bcf3ca

Complementary Color

#bcf3ca #f3bce5

#bcf3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf3ca Color CSS Codes

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

#bcf3ca Text Font Color

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

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


#bcf3ca Background Color

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

This div background color is #bcf3ca


#bcf3ca Border Color

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

This div border color is #bcf3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf3ca


Comments

No comments written yet.

Please login to write comment.