Color Hex Logo

#bccee4 Color Hex

#BCCEE4
(188,206,228)
0 Favorites   0 Comments

Color spaces of #bccee4

RGB 188206228
HSL0.590.430.82
HSV213°18°89°
CMYK 0.180.100.00   0.11
XYZ56.813960.435482.0696
Yxy60.43540.28500.3032
Hunter Lab77.7402-5.5945-8.1737
CIE-Lab82.0743-1.5465-12.9201

#bccee4 color RGB value is (188,206,228).

#bccee4 hex color red value is 188, green value is 206 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #bccee4 hue: 0.59 , saturation: 0.43 and the lightness value of bccee4 is 0.82.

The process color (four color CMYK) of #bccee4 color hex is 0.18, 0.10, 0.00, 0.11. Web safe color of #bccee4 is #cccccc. Color #bccee4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001110 11100100
Octal 274 316 344
Decimal 188 206 228
Hex BC CE E4

RGB Percentages of Color #bccee4

%30.23
%33.12
%36.66

CMYK Percentages of Color #bccee4

%18
%10
%0
%11

Triadic Colors of #bccee4

#bccee4 #e4bcce #cee4bc

Analogous Colors of #bccee4

#bccee4 #bebce4 #bce2e4

Monochromatic Colors of #bccee4

#bccee4

Complementary Color

#bccee4 #e4d2bc

#bccee4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccee4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccee4 Color CSS Codes

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

#bccee4 Text Font Color

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

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


#bccee4 Background Color

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

This div background color is #bccee4


#bccee4 Border Color

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

This div border color is #bccee4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccee4


Comments

No comments written yet.

Please login to write comment.