Color Hex Logo

#bceafd Color Hex

#BCEAFD
(188,234,253)
1 Favorites   0 Comments

Color spaces of #bceafd

RGB 188234253
HSL0.550.940.86
HSV198°26°99°
CMYK 0.260.080.00   0.01
XYZ67.891576.6289104.1411
Yxy76.62890.27300.3082
Hunter Lab87.5379-14.7527-9.2589
CIE-Lab90.1505-10.5919-14.0353

#bceafd color RGB value is (188,234,253).

#bceafd hex color red value is 188, green value is 234 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bceafd hue: 0.55 , saturation: 0.94 and the lightness value of bceafd is 0.86.

The process color (four color CMYK) of #bceafd color hex is 0.26, 0.08, 0.00, 0.01. Web safe color of #bceafd is #ccffff. Color #bceafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101010 11111101
Octal 274 352 375
Decimal 188 234 253
Hex BC EA FD

RGB Percentages of Color #bceafd

%27.85
%34.67
%37.48

CMYK Percentages of Color #bceafd

%26
%8
%0
%1

Triadic Colors of #bceafd

#bceafd #fdbcea #eafdbc

Analogous Colors of #bceafd

#bceafd #bccafd #bcfdf0

Monochromatic Colors of #bceafd

#bceafd

Complementary Color

#bceafd #fdcfbc

#bceafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceafd Color CSS Codes

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

#bceafd Text Font Color

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

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


#bceafd Background Color

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

This div background color is #bceafd


#bceafd Border Color

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

This div border color is #bceafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceafd

Related Colors


Comments

No comments written yet.

Please login to write comment.