Color Hex Logo

#9cd4bc Color Hex

#9CD4BC
(156,212,188)
0 Favorites   0 Comments

Color spaces of #9cd4bc

RGB 156212188
HSL0.430.390.72
HSV154°26°83°
CMYK 0.260.000.11   0.17
XYZ46.330957.785756.2888
Yxy57.78570.28880.3602
Hunter Lab76.0169-24.23719.3089
CIE-Lab80.6195-22.96096.0697

#9cd4bc color RGB value is (156,212,188).

#9cd4bc hex color red value is 156, green value is 212 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9cd4bc hue: 0.43 , saturation: 0.39 and the lightness value of 9cd4bc is 0.72.

The process color (four color CMYK) of #9cd4bc color hex is 0.26, 0.00, 0.11, 0.17. Web safe color of #9cd4bc is #99cccc. Color #9cd4bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11010100 10111100
Octal 234 324 274
Decimal 156 212 188
Hex 9C D4 BC

RGB Percentages of Color #9cd4bc

%28.06
%38.13
%33.81

CMYK Percentages of Color #9cd4bc

%26
%0
%11
%17

Triadic Colors of #9cd4bc

#9cd4bc #bc9cd4 #d4bc9c

Analogous Colors of #9cd4bc

#9cd4bc #9cd0d4 #9cd4a0

Monochromatic Colors of #9cd4bc

#9cd4bc

Complementary Color

#9cd4bc #d49cb4

#9cd4bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cd4bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cd4bc Color CSS Codes

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

#9cd4bc Text Font Color

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

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


#9cd4bc Background Color

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

This div background color is #9cd4bc


#9cd4bc Border Color

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

This div border color is #9cd4bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,212,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cd4bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cd4bc;
  -webkit-box-shadow: 1px 1px 3px 2px #9cd4bc;
  box-shadow:         1px 1px 3px 2px #9cd4bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,212,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cd4bc


Comments

No comments written yet.

Please login to write comment.