Color Hex Logo

#bcf4ea Color Hex

#BCF4EA
(188,244,234)
0 Favorites   0 Comments

Color spaces of #bcf4ea

RGB 188244234
HSL0.470.720.85
HSV169°23°96°
CMYK 0.230.000.04   0.04
XYZ67.941081.333289.9599
Yxy81.33320.28400.3400
Hunter Lab90.1849-23.35033.9874
CIE-Lab92.2798-19.6610-0.9799

#bcf4ea color RGB value is (188,244,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110100 11101010
Octal 274 364 352
Decimal 188 244 234
Hex BC F4 EA

RGB Percentages of Color #bcf4ea

%28.23
%36.64
%35.14

CMYK Percentages of Color #bcf4ea

%23
%0
%4
%4

Triadic Colors of #bcf4ea

#bcf4ea #eabcf4 #f4eabc

Analogous Colors of #bcf4ea

#bcf4ea #bce2f4 #bcf4ce

Monochromatic Colors of #bcf4ea

#bcf4ea

Complementary Color

#bcf4ea #f4bcc6

#bcf4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf4ea Color CSS Codes

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

#bcf4ea Text Font Color

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

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


#bcf4ea Background Color

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

This div background color is #bcf4ea


#bcf4ea Border Color

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

This div border color is #bcf4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf4ea


Comments

No comments written yet.

Please login to write comment.