Color Hex Logo

#bce1f4 Color Hex

#BCE1F4
(188,225,244)
1 Favorites   0 Comments

Color spaces of #bce1f4

RGB 188225244
HSL0.560.720.85
HSV200°23°96°
CMYK 0.230.080.00   0.04
XYZ63.993471.073495.9337
Yxy71.07340.27700.3077
Hunter Lab84.3050-12.0399-8.4547
CIE-Lab87.5207-7.9796-13.2507

#bce1f4 color RGB value is (188,225,244).

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

The process color (four color CMYK) of #bce1f4 color hex is 0.23, 0.08, 0.00, 0.04. Web safe color of #bce1f4 is #ccccff. Color #bce1f4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100001 11110100
Octal 274 341 364
Decimal 188 225 244
Hex BC E1 F4

RGB Percentages of Color #bce1f4

%28.61
%34.25
%37.14

CMYK Percentages of Color #bce1f4

%23
%8
%0
%4

Triadic Colors of #bce1f4

#bce1f4 #f4bce1 #e1f4bc

Analogous Colors of #bce1f4

#bce1f4 #bcc5f4 #bcf4eb

Monochromatic Colors of #bce1f4

#bce1f4

Complementary Color

#bce1f4 #f4cfbc

#bce1f4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce1f4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce1f4 Color CSS Codes

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

#bce1f4 Text Font Color

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

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


#bce1f4 Background Color

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

This div background color is #bce1f4


#bce1f4 Border Color

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

This div border color is #bce1f4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce1f4


Comments

No comments written yet.

Please login to write comment.