Color Hex Logo

#bcf5ea Color Hex

#BCF5EA
(188,245,234)
0 Favorites   0 Comments

Color spaces of #bcf5ea

RGB 188245234
HSL0.470.740.85
HSV168°23°96°
CMYK 0.230.000.04   0.04
XYZ68.242781.936790.0605
Yxy81.93670.28410.3411
Hunter Lab90.5189-23.83594.3735
CIE-Lab92.5469-20.1518-0.5893

#bcf5ea color RGB value is (188,245,234).

#bcf5ea hex color red value is 188, green value is 245 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bcf5ea hue: 0.47 , saturation: 0.74 and the lightness value of bcf5ea is 0.85.

The process color (four color CMYK) of #bcf5ea color hex is 0.23, 0.00, 0.04, 0.04. Web safe color of #bcf5ea is #ccffff. Color #bcf5ea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110101 11101010
Octal 274 365 352
Decimal 188 245 234
Hex BC F5 EA

RGB Percentages of Color #bcf5ea

%28.19
%36.73
%35.08

CMYK Percentages of Color #bcf5ea

%23
%0
%4
%4

Triadic Colors of #bcf5ea

#bcf5ea #eabcf5 #f5eabc

Analogous Colors of #bcf5ea

#bcf5ea #bce4f5 #bcf5ce

Monochromatic Colors of #bcf5ea

#bcf5ea

Complementary Color

#bcf5ea #f5bcc7

#bcf5ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf5ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf5ea Color CSS Codes

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

#bcf5ea Text Font Color

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

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


#bcf5ea Background Color

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

This div background color is #bcf5ea


#bcf5ea Border Color

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

This div border color is #bcf5ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,245,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf5ea


Comments

No comments written yet.

Please login to write comment.