Color Hex Logo

#b7cafe Color Hex

#B7CAFE
(183,202,254)
0 Favorites   0 Comments

Color spaces of #b7cafe

RGB 183202254
HSL0.620.970.86
HSV224°28°100°
CMYK 0.280.200.00   0.00
XYZ58.538459.4641102.1583
Yxy59.46410.26590.2701
Hunter Lab77.11300.5562-24.5676
CIE-Lab81.54604.9495-27.6120

#b7cafe color RGB value is (183,202,254).

#b7cafe hex color red value is 183, green value is 202 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b7cafe hue: 0.62 , saturation: 0.97 and the lightness value of b7cafe is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11001010 11111110
Octal 267 312 376
Decimal 183 202 254
Hex B7 CA FE

RGB Percentages of Color #b7cafe

%28.64
%31.61
%39.75

CMYK Percentages of Color #b7cafe

%28
%20
%0
%0

Triadic Colors of #b7cafe

#b7cafe #feb7ca #cafeb7

Analogous Colors of #b7cafe

#b7cafe #c8b7fe #b7eefe

Monochromatic Colors of #b7cafe

#b7cafe

Complementary Color

#b7cafe #feebb7

#b7cafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7cafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7cafe Color CSS Codes

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

#b7cafe Text Font Color

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

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


#b7cafe Background Color

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

This div background color is #b7cafe


#b7cafe Border Color

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

This div border color is #b7cafe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,202,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7cafe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7cafe;
  -webkit-box-shadow: 1px 1px 3px 2px #b7cafe;
  box-shadow:         1px 1px 3px 2px #b7cafe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,202,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7cafe

Related Colors


Comments

No comments written yet.

Please login to write comment.