Color Hex Logo

#cbfb6d Color Hex

#CBFB6D
(203,251,109)
0 Favorites   0 Comments

Color spaces of #cbfb6d

RGB 203251109
HSL0.220.950.71
HSV80°57°98°
CMYK 0.190.000.57   0.02
XYZ61.886182.795027.1873
Yxy82.79500.36010.4817
Hunter Lab90.9918-37.832645.9791
CIE-Lab92.9246-36.136661.8606

#cbfb6d color RGB value is (203,251,109).

#cbfb6d hex color red value is 203, green value is 251 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #cbfb6d hue: 0.22 , saturation: 0.95 and the lightness value of cbfb6d is 0.71.

The process color (four color CMYK) of #cbfb6d color hex is 0.19, 0.00, 0.57, 0.02. Web safe color of #cbfb6d is #ccff66. Color #cbfb6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11111011 01101101
Octal 313 373 155
Decimal 203 251 109
Hex CB FB 6D

RGB Percentages of Color #cbfb6d

%36.06
%44.58
%19.36

CMYK Percentages of Color #cbfb6d

%19
%0
%57
%2

Triadic Colors of #cbfb6d

#cbfb6d #6dcbfb #fb6dcb

Analogous Colors of #cbfb6d

#cbfb6d #84fb6d #fbe46d

Monochromatic Colors of #cbfb6d

#cbfb6d

Complementary Color

#cbfb6d #9d6dfb

#cbfb6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbfb6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbfb6d Color CSS Codes

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

#cbfb6d Text Font Color

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

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


#cbfb6d Background Color

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

This div background color is #cbfb6d


#cbfb6d Border Color

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

This div border color is #cbfb6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbfb6d

Related Colors


Comments

No comments written yet.

Please login to write comment.