Color Hex Logo

#bceee1 Color Hex

#BCEEE1
(188,238,225)
0 Favorites   0 Comments

Color spaces of #bceee1

RGB 188238225
HSL0.460.600.84
HSV164°21°93°
CMYK 0.210.000.05   0.07
XYZ64.904277.276782.7292
Yxy77.27670.28860.3436
Hunter Lab87.9072-22.04625.7374
CIE-Lab90.4488-18.53171.0324

#bceee1 color RGB value is (188,238,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 11100001
Octal 274 356 341
Decimal 188 238 225
Hex BC EE E1

RGB Percentages of Color #bceee1

%28.88
%36.56
%34.56

CMYK Percentages of Color #bceee1

%21
%0
%5
%7

Triadic Colors of #bceee1

#bceee1 #e1bcee #eee1bc

Analogous Colors of #bceee1

#bceee1 #bce2ee #bceec8

Monochromatic Colors of #bceee1

#bceee1

Complementary Color

#bceee1 #eebcc9

#bceee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceee1 Color CSS Codes

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

#bceee1 Text Font Color

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

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


#bceee1 Background Color

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

This div background color is #bceee1


#bceee1 Border Color

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

This div border color is #bceee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceee1


Comments

No comments written yet.

Please login to write comment.