Color Hex Logo

#bce7f4 Color Hex

#BCE7F4
(188,231,244)
1 Favorites   0 Comments

Color spaces of #bce7f4

RGB 188231244
HSL0.540.720.85
HSV194°23°96°
CMYK 0.230.050.00   0.04
XYZ65.644174.374896.4839
Yxy74.37480.27760.3145
Hunter Lab86.2408-15.0522-5.9635
CIE-Lab89.0993-11.0481-10.8947

#bce7f4 color RGB value is (188,231,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100111 11110100
Octal 274 347 364
Decimal 188 231 244
Hex BC E7 F4

RGB Percentages of Color #bce7f4

%28.36
%34.84
%36.80

CMYK Percentages of Color #bce7f4

%23
%5
%0
%4

Triadic Colors of #bce7f4

#bce7f4 #f4bce7 #e7f4bc

Analogous Colors of #bce7f4

#bce7f4 #bccbf4 #bcf4e5

Monochromatic Colors of #bce7f4

#bce7f4

Complementary Color

#bce7f4 #f4c9bc

#bce7f4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce7f4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce7f4 Color CSS Codes

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

#bce7f4 Text Font Color

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

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


#bce7f4 Background Color

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

This div background color is #bce7f4


#bce7f4 Border Color

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

This div border color is #bce7f4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce7f4

#bce7f4 Color Palettes


Comments

No comments written yet.

Please login to write comment.