Color Hex Logo

#bcdfe7 Color Hex

#BCDFE7
(188,223,231)
0 Favorites   0 Comments

Color spaces of #bcdfe7

RGB 188223231
HSL0.530.470.82
HSV191°19°91°
CMYK 0.190.030.00   0.09
XYZ61.550569.236285.7212
Yxy69.23620.28430.3198
Hunter Lab83.2083-13.5752-2.8348
CIE-Lab86.6209-9.7501-7.7416

#bcdfe7 color RGB value is (188,223,231).

#bcdfe7 hex color red value is 188, green value is 223 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #bcdfe7 hue: 0.53 , saturation: 0.47 and the lightness value of bcdfe7 is 0.82.

The process color (four color CMYK) of #bcdfe7 color hex is 0.19, 0.03, 0.00, 0.09. Web safe color of #bcdfe7 is #ccccff. Color #bcdfe7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 11100111
Octal 274 337 347
Decimal 188 223 231
Hex BC DF E7

RGB Percentages of Color #bcdfe7

%29.28
%34.74
%35.98

CMYK Percentages of Color #bcdfe7

%19
%3
%0
%9

Triadic Colors of #bcdfe7

#bcdfe7 #e7bcdf #dfe7bc

Analogous Colors of #bcdfe7

#bcdfe7 #bccae7 #bce7da

Monochromatic Colors of #bcdfe7

#bcdfe7

Complementary Color

#bcdfe7 #e7c4bc

#bcdfe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdfe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdfe7 Color CSS Codes

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

#bcdfe7 Text Font Color

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

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


#bcdfe7 Background Color

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

This div background color is #bcdfe7


#bcdfe7 Border Color

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

This div border color is #bcdfe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdfe7

#bcdfe7 Color Palettes


Comments

No comments written yet.

Please login to write comment.