Color Hex Logo

#bcf5ef Color Hex

#BCF5EF
(188,245,239)
0 Favorites   0 Comments

Color spaces of #bcf5ef

RGB 188245239
HSL0.480.740.85
HSV174°23°96°
CMYK 0.230.000.02   0.04
XYZ68.971482.228293.8978
Yxy82.22820.28140.3355
Hunter Lab90.6798-22.92182.0818
CIE-Lab92.6755-19.1180-2.9970

#bcf5ef color RGB value is (188,245,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11110101 11101111
Octal 274 365 357
Decimal 188 245 239
Hex BC F5 EF

RGB Percentages of Color #bcf5ef

%27.98
%36.46
%35.57

CMYK Percentages of Color #bcf5ef

%23
%0
%2
%4

Triadic Colors of #bcf5ef

#bcf5ef #efbcf5 #f5efbc

Analogous Colors of #bcf5ef

#bcf5ef #bcdff5 #bcf5d3

Monochromatic Colors of #bcf5ef

#bcf5ef

Complementary Color

#bcf5ef #f5bcc2

#bcf5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcf5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcf5ef Color CSS Codes

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

#bcf5ef Text Font Color

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

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


#bcf5ef Background Color

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

This div background color is #bcf5ef


#bcf5ef Border Color

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

This div border color is #bcf5ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcf5ef


Comments

No comments written yet.

Please login to write comment.