Color Hex Logo

#b4cffd Color Hex

#B4CFFD
(180,207,253)
0 Favorites   0 Comments

Color spaces of #b4cffd

RGB 180207253
HSL0.610.950.85
HSV218°29°99°
CMYK 0.290.180.00   0.01
XYZ58.864861.4208101.6814
Yxy61.42080.26520.2767
Hunter Lab78.3714-3.0786-22.0646
CIE-Lab82.60441.1766-25.4820

#b4cffd color RGB value is (180,207,253).

#b4cffd hex color red value is 180, green value is 207 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b4cffd hue: 0.61 , saturation: 0.95 and the lightness value of b4cffd is 0.85.

The process color (four color CMYK) of #b4cffd color hex is 0.29, 0.18, 0.00, 0.01. Web safe color of #b4cffd is #ccccff. Color #b4cffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001111 11111101
Octal 264 317 375
Decimal 180 207 253
Hex B4 CF FD

RGB Percentages of Color #b4cffd

%28.13
%32.34
%39.53

CMYK Percentages of Color #b4cffd

%29
%18
%0
%1

Triadic Colors of #b4cffd

#b4cffd #fdb4cf #cffdb4

Analogous Colors of #b4cffd

#b4cffd #beb4fd #b4f4fd

Monochromatic Colors of #b4cffd

#b4cffd

Complementary Color

#b4cffd #fde2b4

#b4cffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4cffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4cffd Color CSS Codes

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

#b4cffd Text Font Color

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

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


#b4cffd Background Color

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

This div background color is #b4cffd


#b4cffd Border Color

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

This div border color is #b4cffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4cffd

Related Colors


Comments

No comments written yet.

Please login to write comment.