Color Hex Logo

#b5cfed Color Hex

#B5CFED
(181,207,237)
0 Favorites   0 Comments

Color spaces of #b5cfed

RGB 181207237
HSL0.590.610.82
HSV212°24°93°
CMYK 0.240.130.00   0.07
XYZ56.654960.563888.8247
Yxy60.56380.27500.2939
Hunter Lab77.8227-6.2419-13.1960
CIE-Lab82.1437-2.2390-17.6632

#b5cfed color RGB value is (181,207,237).

#b5cfed hex color red value is 181, green value is 207 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b5cfed hue: 0.59 , saturation: 0.61 and the lightness value of b5cfed is 0.82.

The process color (four color CMYK) of #b5cfed color hex is 0.24, 0.13, 0.00, 0.07. Web safe color of #b5cfed is #ccccff. Color #b5cfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001111 11101101
Octal 265 317 355
Decimal 181 207 237
Hex B5 CF ED

RGB Percentages of Color #b5cfed

%28.96
%33.12
%37.92

CMYK Percentages of Color #b5cfed

%24
%13
%0
%7

Triadic Colors of #b5cfed

#b5cfed #edb5cf #cfedb5

Analogous Colors of #b5cfed

#b5cfed #b7b5ed #b5ebed

Monochromatic Colors of #b5cfed

#b5cfed

Complementary Color

#b5cfed #edd3b5

#b5cfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cfed Color CSS Codes

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

#b5cfed Text Font Color

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

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


#b5cfed Background Color

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

This div background color is #b5cfed


#b5cfed Border Color

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

This div border color is #b5cfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cfed


Comments

No comments written yet.

Please login to write comment.