Color Hex Logo

#bceeb2 Color Hex

#BCEEB2
(188,238,178)
0 Favorites   0 Comments

Color spaces of #bceeb2

RGB 188238178
HSL0.310.640.82
HSV110°25°93°
CMYK 0.210.000.25   0.07
XYZ59.349575.054853.4785
Yxy75.05480.31590.3995
Hunter Lab86.6342-29.326824.0447
CIE-Lab89.4187-27.028523.9577

#bceeb2 color RGB value is (188,238,178).

#bceeb2 hex color red value is 188, green value is 238 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #bceeb2 hue: 0.31 , saturation: 0.64 and the lightness value of bceeb2 is 0.82.

The process color (four color CMYK) of #bceeb2 color hex is 0.21, 0.00, 0.25, 0.07. Web safe color of #bceeb2 is #ccff99. Color #bceeb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 10110010
Octal 274 356 262
Decimal 188 238 178
Hex BC EE B2

RGB Percentages of Color #bceeb2

%31.13
%39.40
%29.47

CMYK Percentages of Color #bceeb2

%21
%0
%25
%7

Triadic Colors of #bceeb2

#bceeb2 #b2bcee #eeb2bc

Analogous Colors of #bceeb2

#bceeb2 #b2eec6 #daeeb2

Monochromatic Colors of #bceeb2

#bceeb2

Complementary Color

#bceeb2 #e4b2ee

#bceeb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceeb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceeb2 Color CSS Codes

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

#bceeb2 Text Font Color

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

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


#bceeb2 Background Color

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

This div background color is #bceeb2


#bceeb2 Border Color

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

This div border color is #bceeb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceeb2


Comments

No comments written yet.

Please login to write comment.