Color Hex Logo

#cbf43b Color Hex

#CBF43B
(203,244,59)
0 Favorites   0 Comments

Color spaces of #cbf43b

RGB 20324459
HSL0.200.890.59
HSV73°76°96°
CMYK 0.170.000.76   0.04
XYZ57.768777.713616.0932
Yxy77.71360.38110.5127
Hunter Lab88.1553-37.299750.8850
CIE-Lab90.6491-36.160478.1333

#cbf43b color RGB value is (203,244,59).

#cbf43b hex color red value is 203, green value is 244 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #cbf43b hue: 0.20 , saturation: 0.89 and the lightness value of cbf43b is 0.59.

The process color (four color CMYK) of #cbf43b color hex is 0.17, 0.00, 0.76, 0.04. Web safe color of #cbf43b is #ccff33. Color #cbf43b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110100 00111011
Octal 313 364 73
Decimal 203 244 59
Hex CB F4 3B

RGB Percentages of Color #cbf43b

%40.12
%48.22
%11.66

CMYK Percentages of Color #cbf43b

%17
%0
%76
%4

Triadic Colors of #cbf43b

#cbf43b #3bcbf4 #f43bcb

Analogous Colors of #cbf43b

#cbf43b #6ff43b #f4c13b

Monochromatic Colors of #cbf43b

#cbf43b

Complementary Color

#cbf43b #643bf4

#cbf43b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf43b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf43b Color CSS Codes

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

#cbf43b Text Font Color

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

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


#cbf43b Background Color

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

This div background color is #cbf43b


#cbf43b Border Color

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

This div border color is #cbf43b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf43b


Comments

No comments written yet.

Please login to write comment.