Color Hex Logo

#cbf696 Color Hex

#CBF696
(203,246,150)
0 Favorites   0 Comments

Color spaces of #cbf696

RGB 203246150
HSL0.240.840.78
HSV87°39°96°
CMYK 0.170.000.39   0.04
XYZ63.089480.810141.1269
Yxy80.81010.34100.4367
Hunter Lab89.8944-32.041035.8008
CIE-Lab92.0471-29.563541.7158

#cbf696 color RGB value is (203,246,150).

#cbf696 hex color red value is 203, green value is 246 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cbf696 hue: 0.24 , saturation: 0.84 and the lightness value of cbf696 is 0.78.

The process color (four color CMYK) of #cbf696 color hex is 0.17, 0.00, 0.39, 0.04. Web safe color of #cbf696 is #ccff99. Color #cbf696 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110110 10010110
Octal 313 366 226
Decimal 203 246 150
Hex CB F6 96

RGB Percentages of Color #cbf696

%33.89
%41.07
%25.04

CMYK Percentages of Color #cbf696

%17
%0
%39
%4

Triadic Colors of #cbf696

#cbf696 #96cbf6 #f696cb

Analogous Colors of #cbf696

#cbf696 #9bf696 #f6f196

Monochromatic Colors of #cbf696

#cbf696

Complementary Color

#cbf696 #c196f6

#cbf696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf696 Color CSS Codes

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

#cbf696 Text Font Color

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

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


#cbf696 Background Color

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

This div background color is #cbf696


#cbf696 Border Color

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

This div border color is #cbf696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf696


Comments

No comments written yet.

Please login to write comment.