Color Hex Logo

#b4cdef Color Hex

#B4CDEF
(180,205,239)
0 Favorites   0 Comments

Color spaces of #b4cdef

RGB 180205239
HSL0.600.650.82
HSV215°25°94°
CMYK 0.250.140.00   0.06
XYZ56.233759.597990.2011
Yxy59.59790.27290.2893
Hunter Lab77.1997-5.0767-15.2354
CIE-Lab81.6191-1.0234-19.5279

#b4cdef color RGB value is (180,205,239).

#b4cdef hex color red value is 180, green value is 205 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b4cdef hue: 0.60 , saturation: 0.65 and the lightness value of b4cdef is 0.82.

The process color (four color CMYK) of #b4cdef color hex is 0.25, 0.14, 0.00, 0.06. Web safe color of #b4cdef is #ccccff. Color #b4cdef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001101 11101111
Octal 264 315 357
Decimal 180 205 239
Hex B4 CD EF

RGB Percentages of Color #b4cdef

%28.85
%32.85
%38.30

CMYK Percentages of Color #b4cdef

%25
%14
%0
%6

Triadic Colors of #b4cdef

#b4cdef #efb4cd #cdefb4

Analogous Colors of #b4cdef

#b4cdef #b9b4ef #b4ebef

Monochromatic Colors of #b4cdef

#b4cdef

Complementary Color

#b4cdef #efd6b4

#b4cdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4cdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4cdef Color CSS Codes

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

#b4cdef Text Font Color

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

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


#b4cdef Background Color

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

This div background color is #b4cdef


#b4cdef Border Color

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

This div border color is #b4cdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4cdef


Comments

No comments written yet.

Please login to write comment.