Color Hex Logo

#bceee3 Color Hex

#BCEEE3
(188,238,227)
0 Favorites   0 Comments

Color spaces of #bceee3

RGB 188238227
HSL0.460.600.84
HSV167°21°93°
CMYK 0.210.000.05   0.07
XYZ65.178777.386584.1748
Yxy77.38650.28750.3413
Hunter Lab87.9696-21.69204.8463
CIE-Lab90.4992-18.12900.0624

#bceee3 color RGB value is (188,238,227).

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

The process color (four color CMYK) of #bceee3 color hex is 0.21, 0.00, 0.05, 0.07. Web safe color of #bceee3 is #ccffcc. Color #bceee3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 11100011
Octal 274 356 343
Decimal 188 238 227
Hex BC EE E3

RGB Percentages of Color #bceee3

%28.79
%36.45
%34.76

CMYK Percentages of Color #bceee3

%21
%0
%5
%7

Triadic Colors of #bceee3

#bceee3 #e3bcee #eee3bc

Analogous Colors of #bceee3

#bceee3 #bce0ee #bceeca

Monochromatic Colors of #bceee3

#bceee3

Complementary Color

#bceee3 #eebcc7

#bceee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceee3 Color CSS Codes

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

#bceee3 Text Font Color

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

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


#bceee3 Background Color

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

This div background color is #bceee3


#bceee3 Border Color

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

This div border color is #bceee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceee3


Comments

No comments written yet.

Please login to write comment.