Color Hex Logo

#bdefec Color Hex

#BDEFEC
(189,239,236)
0 Favorites   0 Comments

Color spaces of #bdefec

RGB 189239236
HSL0.490.610.84
HSV176°21°94°
CMYK 0.210.000.01   0.06
XYZ66.993178.607990.9988
Yxy78.60790.28310.3322
Hunter Lab88.6611-20.28081.2095
CIE-Lab91.0566-16.4776-3.8085

#bdefec color RGB value is (189,239,236).

#bdefec hex color red value is 189, green value is 239 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bdefec hue: 0.49 , saturation: 0.61 and the lightness value of bdefec is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101111 11101100
Octal 275 357 354
Decimal 189 239 236
Hex BD EF EC

RGB Percentages of Color #bdefec

%28.46
%35.99
%35.54

CMYK Percentages of Color #bdefec

%21
%0
%1
%6

Triadic Colors of #bdefec

#bdefec #ecbdef #efecbd

Analogous Colors of #bdefec

#bdefec #bdd9ef #bdefd3

Monochromatic Colors of #bdefec

#bdefec

Complementary Color

#bdefec #efbdc0

#bdefec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdefec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdefec Color CSS Codes

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

#bdefec Text Font Color

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

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


#bdefec Background Color

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

This div background color is #bdefec


#bdefec Border Color

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

This div border color is #bdefec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdefec


Comments

No comments written yet.

Please login to write comment.