Color Hex Logo

#cbf76f Color Hex

#CBF76F
(203,247,111)
0 Favorites   0 Comments

Color spaces of #cbf76f

RGB 203247111
HSL0.220.890.70
HSV79°55°97°
CMYK 0.180.000.55   0.03
XYZ60.758680.365727.3487
Yxy80.36570.36060.4770
Hunter Lab89.6469-35.902944.6652
CIE-Lab91.8487-34.147059.7568

#cbf76f color RGB value is (203,247,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110111 01101111
Octal 313 367 157
Decimal 203 247 111
Hex CB F7 6F

RGB Percentages of Color #cbf76f

%36.19
%44.03
%19.79

CMYK Percentages of Color #cbf76f

%18
%0
%55
%3

Triadic Colors of #cbf76f

#cbf76f #6fcbf7 #f76fcb

Analogous Colors of #cbf76f

#cbf76f #87f76f #f7df6f

Monochromatic Colors of #cbf76f

#cbf76f

Complementary Color

#cbf76f #9b6ff7

#cbf76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf76f Color CSS Codes

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

#cbf76f Text Font Color

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

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


#cbf76f Background Color

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

This div background color is #cbf76f


#cbf76f Border Color

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

This div border color is #cbf76f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf76f


Comments

No comments written yet.

Please login to write comment.