Color Hex Logo

#bdfdf6 Color Hex

#BDFDF6
(189,253,246)
0 Favorites   0 Comments

Color spaces of #bdfdf6

RGB 189253246
HSL0.480.940.87
HSV173°25°99°
CMYK 0.250.000.03   0.01
XYZ72.746187.7232100.2869
Yxy87.72320.27900.3364
Hunter Lab93.6607-25.26552.0779
CIE-Lab95.0443-21.2767-3.1362

#bdfdf6 color RGB value is (189,253,246).

#bdfdf6 hex color red value is 189, green value is 253 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #bdfdf6 hue: 0.48 , saturation: 0.94 and the lightness value of bdfdf6 is 0.87.

The process color (four color CMYK) of #bdfdf6 color hex is 0.25, 0.00, 0.03, 0.01. Web safe color of #bdfdf6 is #ccffff. Color #bdfdf6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111101 11110110
Octal 275 375 366
Decimal 189 253 246
Hex BD FD F6

RGB Percentages of Color #bdfdf6

%27.47
%36.77
%35.76

CMYK Percentages of Color #bdfdf6

%25
%0
%3
%1

Triadic Colors of #bdfdf6

#bdfdf6 #f6bdfd #fdf6bd

Analogous Colors of #bdfdf6

#bdfdf6 #bde4fd #bdfdd6

Monochromatic Colors of #bdfdf6

#bdfdf6

Complementary Color

#bdfdf6 #fdbdc4

#bdfdf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfdf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfdf6 Color CSS Codes

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

#bdfdf6 Text Font Color

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

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


#bdfdf6 Background Color

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

This div background color is #bdfdf6


#bdfdf6 Border Color

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

This div border color is #bdfdf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfdf6

Related Colors


Comments

No comments written yet.

Please login to write comment.