Color Hex Logo

#b4fdee Color Hex

#B4FDEE
(180,253,238)
0 Favorites   0 Comments

Color spaces of #b4fdee

RGB 180253238
HSL0.470.950.85
HSV168°29°99°
CMYK 0.290.000.06   0.01
XYZ69.380386.126993.8563
Yxy86.12690.27820.3454
Hunter Lab92.8046-28.96225.0013
CIE-Lab94.3666-25.5210-0.0532

#b4fdee color RGB value is (180,253,238).

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

The process color (four color CMYK) of #b4fdee color hex is 0.29, 0.00, 0.06, 0.01. Web safe color of #b4fdee is #ccffff. Color #b4fdee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11111101 11101110
Octal 264 375 356
Decimal 180 253 238
Hex B4 FD EE

RGB Percentages of Color #b4fdee

%26.83
%37.70
%35.47

CMYK Percentages of Color #b4fdee

%29
%0
%6
%1

Triadic Colors of #b4fdee

#b4fdee #eeb4fd #fdeeb4

Analogous Colors of #b4fdee

#b4fdee #b4e8fd #b4fdca

Monochromatic Colors of #b4fdee

#b4fdee

Complementary Color

#b4fdee #fdb4c3

#b4fdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4fdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4fdee Color CSS Codes

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

#b4fdee Text Font Color

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

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


#b4fdee Background Color

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

This div background color is #b4fdee


#b4fdee Border Color

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

This div border color is #b4fdee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,253,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4fdee

Related Colors


Comments

No comments written yet.

Please login to write comment.