Color Hex Logo

#b3cfdc Color Hex

#B3CFDC
(179,207,220)
0 Favorites   0 Comments

Color spaces of #b3cfdc

RGB 179207220
HSL0.550.370.78
HSV199°19°86°
CMYK 0.190.060.00   0.14
XYZ53.821559.376776.3343
Yxy59.37670.28400.3133
Hunter Lab77.0563-10.1716-4.7951
CIE-Lab81.4982-6.5919-9.5706

#b3cfdc color RGB value is (179,207,220).

#b3cfdc hex color red value is 179, green value is 207 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b3cfdc hue: 0.55 , saturation: 0.37 and the lightness value of b3cfdc is 0.78.

The process color (four color CMYK) of #b3cfdc color hex is 0.19, 0.06, 0.00, 0.14. Web safe color of #b3cfdc is #cccccc. Color #b3cfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001111 11011100
Octal 263 317 334
Decimal 179 207 220
Hex B3 CF DC

RGB Percentages of Color #b3cfdc

%29.54
%34.16
%36.30

CMYK Percentages of Color #b3cfdc

%19
%6
%0
%14

Triadic Colors of #b3cfdc

#b3cfdc #dcb3cf #cfdcb3

Analogous Colors of #b3cfdc

#b3cfdc #b3bbdc #b3dcd5

Monochromatic Colors of #b3cfdc

#b3cfdc

Complementary Color

#b3cfdc #dcc0b3

#b3cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3cfdc Color CSS Codes

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

#b3cfdc Text Font Color

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

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


#b3cfdc Background Color

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

This div background color is #b3cfdc


#b3cfdc Border Color

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

This div border color is #b3cfdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,207,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3cfdc


Comments

No comments written yet.

Please login to write comment.