Color Hex Logo

#b7cefc Color Hex

#B7CEFC
(183,206,252)
0 Favorites   0 Comments

Color spaces of #b7cefc

RGB 183206252
HSL0.610.920.85
HSV220°27°99°
CMYK 0.270.180.00   0.01
XYZ59.170461.2382100.7970
Yxy61.23820.26750.2768
Hunter Lab78.2548-1.9778-21.5907
CIE-Lab82.50662.3345-25.0822

#b7cefc color RGB value is (183,206,252).

#b7cefc hex color red value is 183, green value is 206 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b7cefc hue: 0.61 , saturation: 0.92 and the lightness value of b7cefc is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 11001110 11111100
Octal 267 316 374
Decimal 183 206 252
Hex B7 CE FC

RGB Percentages of Color #b7cefc

%28.55
%32.14
%39.31

CMYK Percentages of Color #b7cefc

%27
%18
%0
%1

Triadic Colors of #b7cefc

#b7cefc #fcb7ce #cefcb7

Analogous Colors of #b7cefc

#b7cefc #c3b7fc #b7f1fc

Monochromatic Colors of #b7cefc

#b7cefc

Complementary Color

#b7cefc #fce5b7

#b7cefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7cefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7cefc Color CSS Codes

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

#b7cefc Text Font Color

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

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


#b7cefc Background Color

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

This div background color is #b7cefc


#b7cefc Border Color

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

This div border color is #b7cefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7cefc


Comments

No comments written yet.

Please login to write comment.