Color Hex Logo

#bccdf4 Color Hex

#BCCDF4
(188,205,244)
0 Favorites   0 Comments

Color spaces of #bccdf4

RGB 188205244
HSL0.620.720.85
HSV222°23°96°
CMYK 0.230.160.00   0.04
XYZ58.899560.885794.2357
Yxy60.88570.27520.2845
Hunter Lab78.0293-1.8126-16.9838
CIE-Lab82.31732.4982-21.0841

#bccdf4 color RGB value is (188,205,244).

#bccdf4 hex color red value is 188, green value is 205 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #bccdf4 hue: 0.62 , saturation: 0.72 and the lightness value of bccdf4 is 0.85.

The process color (four color CMYK) of #bccdf4 color hex is 0.23, 0.16, 0.00, 0.04. Web safe color of #bccdf4 is #ccccff. Color #bccdf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001101 11110100
Octal 274 315 364
Decimal 188 205 244
Hex BC CD F4

RGB Percentages of Color #bccdf4

%29.51
%32.18
%38.30

CMYK Percentages of Color #bccdf4

%23
%16
%0
%4

Triadic Colors of #bccdf4

#bccdf4 #f4bccd #cdf4bc

Analogous Colors of #bccdf4

#bccdf4 #c7bcf4 #bce9f4

Monochromatic Colors of #bccdf4

#bccdf4

Complementary Color

#bccdf4 #f4e3bc

#bccdf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccdf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccdf4 Color CSS Codes

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

#bccdf4 Text Font Color

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

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


#bccdf4 Background Color

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

This div background color is #bccdf4


#bccdf4 Border Color

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

This div border color is #bccdf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccdf4


Comments

No comments written yet.

Please login to write comment.