Color Hex Logo

#cbfb4a Color Hex

#CBFB4A
(203,251,74)
0 Favorites   0 Comments

Color spaces of #cbfb4a

RGB 20325174
HSL0.210.960.64
HSV76°71°98°
CMYK 0.190.000.71   0.02
XYZ60.361882.185319.1605
Yxy82.18530.37330.5082
Hunter Lab90.6561-39.797150.9281
CIE-Lab92.6566-38.568975.2630

#cbfb4a color RGB value is (203,251,74).

#cbfb4a hex color red value is 203, green value is 251 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cbfb4a hue: 0.21 , saturation: 0.96 and the lightness value of cbfb4a is 0.64.

The process color (four color CMYK) of #cbfb4a color hex is 0.19, 0.00, 0.71, 0.02. Web safe color of #cbfb4a is #ccff33. Color #cbfb4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11111011 01001010
Octal 313 373 112
Decimal 203 251 74
Hex CB FB 4A

RGB Percentages of Color #cbfb4a

%38.45
%47.54
%14.02

CMYK Percentages of Color #cbfb4a

%19
%0
%71
%2

Triadic Colors of #cbfb4a

#cbfb4a #4acbfb #fb4acb

Analogous Colors of #cbfb4a

#cbfb4a #73fb4a #fbd34a

Monochromatic Colors of #cbfb4a

#cbfb4a

Complementary Color

#cbfb4a #7a4afb

#cbfb4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbfb4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbfb4a Color CSS Codes

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

#cbfb4a Text Font Color

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

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


#cbfb4a Background Color

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

This div background color is #cbfb4a


#cbfb4a Border Color

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

This div border color is #cbfb4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbfb4a

Related Colors


Comments

No comments written yet.

Please login to write comment.