Color Hex Logo

#b8c2ef Color Hex

#B8C2EF
(184,194,239)
0 Favorites   0 Comments

Color spaces of #b8c2ef

RGB 184194239
HSL0.640.630.83
HSV229°23°94°
CMYK 0.230.190.00   0.06
XYZ54.638955.005989.3988
Yxy55.00590.27450.2764
Hunter Lab74.16601.7125-19.5513
CIE-Lab79.04476.0673-23.4081

#b8c2ef color RGB value is (184,194,239).

#b8c2ef hex color red value is 184, green value is 194 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b8c2ef hue: 0.64 , saturation: 0.63 and the lightness value of b8c2ef is 0.83.

The process color (four color CMYK) of #b8c2ef color hex is 0.23, 0.19, 0.00, 0.06. Web safe color of #b8c2ef is #ccccff. Color #b8c2ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11000010 11101111
Octal 270 302 357
Decimal 184 194 239
Hex B8 C2 EF

RGB Percentages of Color #b8c2ef

%29.82
%31.44
%38.74

CMYK Percentages of Color #b8c2ef

%23
%19
%0
%6

Triadic Colors of #b8c2ef

#b8c2ef #efb8c2 #c2efb8

Analogous Colors of #b8c2ef

#b8c2ef #cab8ef #b8deef

Monochromatic Colors of #b8c2ef

#b8c2ef

Complementary Color

#b8c2ef #efe5b8

#b8c2ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8c2ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8c2ef Color CSS Codes

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

#b8c2ef Text Font Color

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

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


#b8c2ef Background Color

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

This div background color is #b8c2ef


#b8c2ef Border Color

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

This div border color is #b8c2ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,194,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8c2ef


Comments

No comments written yet.

Please login to write comment.