Color Hex Logo

#bceebf Color Hex

#BCEEBF
(188,238,191)
0 Favorites   0 Comments

Color spaces of #bceebf

RGB 188238191
HSL0.340.600.84
HSV124°21°93°
CMYK 0.210.000.20   0.07
XYZ60.717575.602060.6827
Yxy75.60200.30820.3838
Hunter Lab86.9494-27.513419.4856
CIE-Lab89.6742-24.871417.6089

#bceebf color RGB value is (188,238,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 10111111
Octal 274 356 277
Decimal 188 238 191
Hex BC EE BF

RGB Percentages of Color #bceebf

%30.47
%38.57
%30.96

CMYK Percentages of Color #bceebf

%21
%0
%20
%7

Triadic Colors of #bceebf

#bceebf #bfbcee #eebfbc

Analogous Colors of #bceebf

#bceebf #bceed8 #d2eebc

Monochromatic Colors of #bceebf

#bceebf

Complementary Color

#bceebf #eebceb

#bceebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceebf Color CSS Codes

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

#bceebf Text Font Color

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

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


#bceebf Background Color

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

This div background color is #bceebf


#bceebf Border Color

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

This div border color is #bceebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceebf


Comments

No comments written yet.

Please login to write comment.