Color Hex Logo

#b2ccfd Color Hex

#B2CCFD
(178,204,253)
0 Favorites   0 Comments

Color spaces of #b2ccfd

RGB 178204253
HSL0.610.950.85
HSV219°30°99°
CMYK 0.300.190.00   0.01
XYZ57.682659.7426101.4198
Yxy59.74260.26360.2730
Hunter Lab77.2933-2.0521-23.6915
CIE-Lab81.69812.2109-26.8769

#b2ccfd color RGB value is (178,204,253).

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

The process color (four color CMYK) of #b2ccfd color hex is 0.30, 0.19, 0.00, 0.01. Web safe color of #b2ccfd is #99ccff. Color #b2ccfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001100 11111101
Octal 262 314 375
Decimal 178 204 253
Hex B2 CC FD

RGB Percentages of Color #b2ccfd

%28.03
%32.13
%39.84

CMYK Percentages of Color #b2ccfd

%30
%19
%0
%1

Triadic Colors of #b2ccfd

#b2ccfd #fdb2cc #ccfdb2

Analogous Colors of #b2ccfd

#b2ccfd #beb2fd #b2f2fd

Monochromatic Colors of #b2ccfd

#b2ccfd

Complementary Color

#b2ccfd #fde3b2

#b2ccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ccfd Color CSS Codes

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

#b2ccfd Text Font Color

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

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


#b2ccfd Background Color

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

This div background color is #b2ccfd


#b2ccfd Border Color

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

This div border color is #b2ccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ccfd

Related Colors


Comments

No comments written yet.

Please login to write comment.