Color Hex Logo

#bdefcc Color Hex

#BDEFCC
(189,239,204)
0 Favorites   0 Comments

Color spaces of #bdefcc

RGB 189239204
HSL0.380.610.84
HSV138°21°94°
CMYK 0.210.000.15   0.06
XYZ62.751976.911568.6648
Yxy76.91150.30120.3692
Hunter Lab87.6992-25.750514.9679
CIE-Lab90.2809-22.729511.7334

#bdefcc color RGB value is (189,239,204).

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

The process color (four color CMYK) of #bdefcc color hex is 0.21, 0.00, 0.15, 0.06. Web safe color of #bdefcc is #ccffcc. Color #bdefcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101111 11001100
Octal 275 357 314
Decimal 189 239 204
Hex BD EF CC

RGB Percentages of Color #bdefcc

%29.91
%37.82
%32.28

CMYK Percentages of Color #bdefcc

%21
%0
%15
%6

Triadic Colors of #bdefcc

#bdefcc #ccbdef #efccbd

Analogous Colors of #bdefcc

#bdefcc #bdefe5 #c7efbd

Monochromatic Colors of #bdefcc

#bdefcc

Complementary Color

#bdefcc #efbde0

#bdefcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdefcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdefcc Color CSS Codes

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

#bdefcc Text Font Color

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

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


#bdefcc Background Color

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

This div background color is #bdefcc


#bdefcc Border Color

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

This div border color is #bdefcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdefcc


Comments

No comments written yet.

Please login to write comment.