Color Hex Logo

#bcc4ef Color Hex

#BCC4EF
(188,196,239)
0 Favorites   0 Comments

Color spaces of #bcc4ef

RGB 188196239
HSL0.640.610.84
HSV231°21°94°
CMYK 0.210.180.00   0.06
XYZ56.059056.403289.5936
Yxy56.40320.27740.2791
Hunter Lab75.10211.8105-18.1590
CIE-Lab79.84276.1984-22.1680

#bcc4ef color RGB value is (188,196,239).

#bcc4ef hex color red value is 188, green value is 196 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bcc4ef hue: 0.64 , saturation: 0.61 and the lightness value of bcc4ef is 0.84.

The process color (four color CMYK) of #bcc4ef color hex is 0.21, 0.18, 0.00, 0.06. Web safe color of #bcc4ef is #ccccff. Color #bcc4ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000100 11101111
Octal 274 304 357
Decimal 188 196 239
Hex BC C4 EF

RGB Percentages of Color #bcc4ef

%30.18
%31.46
%38.36

CMYK Percentages of Color #bcc4ef

%21
%18
%0
%6

Triadic Colors of #bcc4ef

#bcc4ef #efbcc4 #c4efbc

Analogous Colors of #bcc4ef

#bcc4ef #cebcef #bcdeef

Monochromatic Colors of #bcc4ef

#bcc4ef

Complementary Color

#bcc4ef #efe7bc

#bcc4ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc4ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc4ef Color CSS Codes

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

#bcc4ef Text Font Color

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

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


#bcc4ef Background Color

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

This div background color is #bcc4ef


#bcc4ef Border Color

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

This div border color is #bcc4ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc4ef


Comments

No comments written yet.

Please login to write comment.