Color Hex Logo

#b8cfed Color Hex

#B8CFED
(184,207,237)
0 Favorites   0 Comments

Color spaces of #b8cfed

RGB 184207237
HSL0.590.600.83
HSV214°22°93°
CMYK 0.220.130.00   0.07
XYZ57.366060.930488.8580
Yxy60.93040.27690.2941
Hunter Lab78.0579-5.4189-12.8528
CIE-Lab82.3413-1.3376-17.3458

#b8cfed color RGB value is (184,207,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001111 11101101
Octal 270 317 355
Decimal 184 207 237
Hex B8 CF ED

RGB Percentages of Color #b8cfed

%29.30
%32.96
%37.74

CMYK Percentages of Color #b8cfed

%22
%13
%0
%7

Triadic Colors of #b8cfed

#b8cfed #edb8cf #cfedb8

Analogous Colors of #b8cfed

#b8cfed #bcb8ed #b8eaed

Monochromatic Colors of #b8cfed

#b8cfed

Complementary Color

#b8cfed #edd6b8

#b8cfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8cfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8cfed Color CSS Codes

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

#b8cfed Text Font Color

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

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


#b8cfed Background Color

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

This div background color is #b8cfed


#b8cfed Border Color

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

This div border color is #b8cfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8cfed


Comments

No comments written yet.

Please login to write comment.