Color Hex Logo

#cbf776 Color Hex

#CBF776
(203,247,118)
0 Favorites   0 Comments

Color spaces of #cbf776

RGB 203247118
HSL0.220.890.72
HSV80°52°97°
CMYK 0.180.000.52   0.03
XYZ61.159480.526029.4592
Yxy80.52600.35740.4705
Hunter Lab89.7363-35.382543.3513
CIE-Lab91.9204-33.510856.7145

#cbf776 color RGB value is (203,247,118).

#cbf776 hex color red value is 203, green value is 247 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #cbf776 hue: 0.22 , saturation: 0.89 and the lightness value of cbf776 is 0.72.

The process color (four color CMYK) of #cbf776 color hex is 0.18, 0.00, 0.52, 0.03. Web safe color of #cbf776 is #ccff66. Color #cbf776 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110111 01110110
Octal 313 367 166
Decimal 203 247 118
Hex CB F7 76

RGB Percentages of Color #cbf776

%35.74
%43.49
%20.77

CMYK Percentages of Color #cbf776

%18
%0
%52
%3

Triadic Colors of #cbf776

#cbf776 #76cbf7 #f776cb

Analogous Colors of #cbf776

#cbf776 #8bf776 #f7e376

Monochromatic Colors of #cbf776

#cbf776

Complementary Color

#cbf776 #a276f7

#cbf776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf776 Color CSS Codes

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

#cbf776 Text Font Color

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

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


#cbf776 Background Color

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

This div background color is #cbf776


#cbf776 Border Color

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

This div border color is #cbf776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf776


Comments

No comments written yet.

Please login to write comment.