Color Hex Logo

#bcdfea Color Hex

#BCDFEA
(188,223,234)
0 Favorites   0 Comments

Color spaces of #bcdfea

RGB 188223234
HSL0.540.520.83
HSV194°20°92°
CMYK 0.200.050.00   0.08
XYZ61.978069.407287.9722
Yxy69.40720.28250.3164
Hunter Lab83.3110-13.0017-4.2896
CIE-Lab86.7053-9.1148-9.1986

#bcdfea color RGB value is (188,223,234).

#bcdfea hex color red value is 188, green value is 223 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bcdfea hue: 0.54 , saturation: 0.52 and the lightness value of bcdfea is 0.83.

The process color (four color CMYK) of #bcdfea color hex is 0.20, 0.05, 0.00, 0.08. Web safe color of #bcdfea is #ccccff. Color #bcdfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 11101010
Octal 274 337 352
Decimal 188 223 234
Hex BC DF EA

RGB Percentages of Color #bcdfea

%29.15
%34.57
%36.28

CMYK Percentages of Color #bcdfea

%20
%5
%0
%8

Triadic Colors of #bcdfea

#bcdfea #eabcdf #dfeabc

Analogous Colors of #bcdfea

#bcdfea #bcc8ea #bceade

Monochromatic Colors of #bcdfea

#bcdfea

Complementary Color

#bcdfea #eac7bc

#bcdfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdfea Color CSS Codes

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

#bcdfea Text Font Color

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

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


#bcdfea Background Color

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

This div background color is #bcdfea


#bcdfea Border Color

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

This div border color is #bcdfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdfea


Comments

No comments written yet.

Please login to write comment.