Color Hex Logo

#bceef3 Color Hex

#BCEEF3
(188,238,243)
0 Favorites   0 Comments

Color spaces of #bceef3

RGB 188238243
HSL0.520.700.85
HSV185°23°95°
CMYK 0.230.020.00   0.05
XYZ67.491278.311596.3525
Yxy78.31150.27870.3234
Hunter Lab88.4938-18.7282-2.6096
CIE-Lab90.9219-14.7968-7.6651

#bceef3 color RGB value is (188,238,243).

#bceef3 hex color red value is 188, green value is 238 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #bceef3 hue: 0.52 , saturation: 0.70 and the lightness value of bceef3 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 11110011
Octal 274 356 363
Decimal 188 238 243
Hex BC EE F3

RGB Percentages of Color #bceef3

%28.10
%35.58
%36.32

CMYK Percentages of Color #bceef3

%23
%2
%0
%5

Triadic Colors of #bceef3

#bceef3 #f3bcee #eef3bc

Analogous Colors of #bceef3

#bceef3 #bcd3f3 #bcf3dd

Monochromatic Colors of #bceef3

#bceef3

Complementary Color

#bceef3 #f3c1bc

#bceef3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceef3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceef3 Color CSS Codes

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

#bceef3 Text Font Color

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

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


#bceef3 Background Color

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

This div background color is #bceef3


#bceef3 Border Color

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

This div border color is #bceef3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceef3


Comments

No comments written yet.

Please login to write comment.