Color Hex Logo

#bdf4eb Color Hex

#BDF4EB
(189,244,235)
0 Favorites   0 Comments

Color spaces of #bdf4eb

RGB 189244235
HSL0.470.710.85
HSV170°23°96°
CMYK 0.230.000.04   0.04
XYZ68.332381.518390.7304
Yxy81.51830.28400.3388
Hunter Lab90.2875-22.90893.6204
CIE-Lab92.3618-19.1582-1.3727

#bdf4eb color RGB value is (189,244,235).

#bdf4eb hex color red value is 189, green value is 244 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bdf4eb hue: 0.47 , saturation: 0.71 and the lightness value of bdf4eb is 0.85.

The process color (four color CMYK) of #bdf4eb color hex is 0.23, 0.00, 0.04, 0.04. Web safe color of #bdf4eb is #ccffff. Color #bdf4eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110100 11101011
Octal 275 364 353
Decimal 189 244 235
Hex BD F4 EB

RGB Percentages of Color #bdf4eb

%28.29
%36.53
%35.18

CMYK Percentages of Color #bdf4eb

%23
%0
%4
%4

Triadic Colors of #bdf4eb

#bdf4eb #ebbdf4 #f4ebbd

Analogous Colors of #bdf4eb

#bdf4eb #bde2f4 #bdf4d0

Monochromatic Colors of #bdf4eb

#bdf4eb

Complementary Color

#bdf4eb #f4bdc6

#bdf4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf4eb Color CSS Codes

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

#bdf4eb Text Font Color

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

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


#bdf4eb Background Color

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

This div background color is #bdf4eb


#bdf4eb Border Color

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

This div border color is #bdf4eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,244,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bdf4eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bdf4eb;
  -webkit-box-shadow: 1px 1px 3px 2px #bdf4eb;
  box-shadow:         1px 1px 3px 2px #bdf4eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,244,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf4eb


Comments

No comments written yet.

Please login to write comment.