Color Hex Logo

#bceee7 Color Hex

#BCEEE7
(188,238,231)
0 Favorites   0 Comments

Color spaces of #bceee7

RGB 188238231
HSL0.480.600.84
HSV172°21°93°
CMYK 0.210.000.03   0.07
XYZ65.737477.610087.1168
Yxy77.61000.28520.3368
Hunter Lab88.0965-20.97273.0370
CIE-Lab90.6016-17.3143-1.8750

#bceee7 color RGB value is (188,238,231).

#bceee7 hex color red value is 188, green value is 238 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #bceee7 hue: 0.48 , saturation: 0.60 and the lightness value of bceee7 is 0.84.

The process color (four color CMYK) of #bceee7 color hex is 0.21, 0.00, 0.03, 0.07. Web safe color of #bceee7 is #ccffff. Color #bceee7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 11100111
Octal 274 356 347
Decimal 188 238 231
Hex BC EE E7

RGB Percentages of Color #bceee7

%28.61
%36.23
%35.16

CMYK Percentages of Color #bceee7

%21
%0
%3
%7

Triadic Colors of #bceee7

#bceee7 #e7bcee #eee7bc

Analogous Colors of #bceee7

#bceee7 #bcdcee #bceece

Monochromatic Colors of #bceee7

#bceee7

Complementary Color

#bceee7 #eebcc3

#bceee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceee7 Color CSS Codes

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

#bceee7 Text Font Color

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

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


#bceee7 Background Color

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

This div background color is #bceee7


#bceee7 Border Color

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

This div border color is #bceee7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceee7


Comments

No comments written yet.

Please login to write comment.