Color Hex Logo

#bceede Color Hex

#BCEEDE
(188,238,222)
0 Favorites   0 Comments

Color spaces of #bceede

RGB 188238222
HSL0.450.600.84
HSV161°21°93°
CMYK 0.210.000.07   0.07
XYZ64.498477.114480.5924
Yxy77.11440.29030.3470
Hunter Lab87.8148-22.57097.0567
CIE-Lab90.3742-19.12982.4888

#bceede color RGB value is (188,238,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 11011110
Octal 274 356 336
Decimal 188 238 222
Hex BC EE DE

RGB Percentages of Color #bceede

%29.01
%36.73
%34.26

CMYK Percentages of Color #bceede

%21
%0
%7
%7

Triadic Colors of #bceede

#bceede #debcee #eedebc

Analogous Colors of #bceede

#bceede #bce5ee #bceec5

Monochromatic Colors of #bceede

#bceede

Complementary Color

#bceede #eebccc

#bceede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceede Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceede Color CSS Codes

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

#bceede Text Font Color

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

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


#bceede Background Color

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

This div background color is #bceede


#bceede Border Color

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

This div border color is #bceede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceede


Comments

No comments written yet.

Please login to write comment.