Color Hex Logo

#bacefd Color Hex

#BACEFD
(186,206,253)
0 Favorites   0 Comments

Color spaces of #bacefd

RGB 186206253
HSL0.620.940.86
HSV222°26°99°
CMYK 0.260.190.00   0.01
XYZ60.050661.6736101.6677
Yxy61.67360.26880.2761
Hunter Lab78.5325-0.9403-21.7837
CIE-Lab82.73953.4371-25.2403

#bacefd color RGB value is (186,206,253).

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

The process color (four color CMYK) of #bacefd color hex is 0.26, 0.19, 0.00, 0.01. Web safe color of #bacefd is #ccccff. Color #bacefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001110 11111101
Octal 272 316 375
Decimal 186 206 253
Hex BA CE FD

RGB Percentages of Color #bacefd

%28.84
%31.94
%39.22

CMYK Percentages of Color #bacefd

%26
%19
%0
%1

Triadic Colors of #bacefd

#bacefd #fdbace #cefdba

Analogous Colors of #bacefd

#bacefd #c8bafd #baf0fd

Monochromatic Colors of #bacefd

#bacefd

Complementary Color

#bacefd #fde9ba

#bacefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacefd Color CSS Codes

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

#bacefd Text Font Color

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

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


#bacefd Background Color

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

This div background color is #bacefd


#bacefd Border Color

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

This div border color is #bacefd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,206,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 #bacefd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacefd


Comments

No comments written yet.

Please login to write comment.