Color Hex Logo

#baf3dc Color Hex

#BAF3DC
(186,243,220)
0 Favorites   0 Comments

Color spaces of #baf3dc

RGB 186243220
HSL0.430.700.84
HSV156°23°95°
CMYK 0.230.000.09   0.05
XYZ65.218679.707679.6579
Yxy79.70760.29040.3549
Hunter Lab89.2791-25.84389.5948
CIE-Lab91.5535-22.58355.2240

#baf3dc color RGB value is (186,243,220).

#baf3dc hex color red value is 186, green value is 243 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #baf3dc hue: 0.43 , saturation: 0.70 and the lightness value of baf3dc is 0.84.

The process color (four color CMYK) of #baf3dc color hex is 0.23, 0.00, 0.09, 0.05. Web safe color of #baf3dc is #ccffcc. Color #baf3dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110011 11011100
Octal 272 363 334
Decimal 186 243 220
Hex BA F3 DC

RGB Percentages of Color #baf3dc

%28.66
%37.44
%33.90

CMYK Percentages of Color #baf3dc

%23
%0
%9
%5

Triadic Colors of #baf3dc

#baf3dc #dcbaf3 #f3dcba

Analogous Colors of #baf3dc

#baf3dc #baeef3 #baf3c0

Monochromatic Colors of #baf3dc

#baf3dc

Complementary Color

#baf3dc #f3bad1

#baf3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf3dc Color CSS Codes

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

#baf3dc Text Font Color

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

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


#baf3dc Background Color

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

This div background color is #baf3dc


#baf3dc Border Color

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

This div border color is #baf3dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,243,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #baf3dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #baf3dc;
  -webkit-box-shadow: 1px 1px 3px 2px #baf3dc;
  box-shadow:         1px 1px 3px 2px #baf3dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,243,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf3dc


Comments

No comments written yet.

Please login to write comment.