Color Hex Logo

#cbf83b Color Hex

#CBF83B
(203,248,59)
0 Favorites   0 Comments

Color spaces of #cbf83b

RGB 20324859
HSL0.210.930.60
HSV74°76°97°
CMYK 0.180.000.76   0.03
XYZ58.985480.147116.4987
Yxy80.14710.37900.5150
Hunter Lab89.5249-39.060151.7408
CIE-Lab91.7508-37.956679.1521

#cbf83b color RGB value is (203,248,59).

#cbf83b hex color red value is 203, green value is 248 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #cbf83b hue: 0.21 , saturation: 0.93 and the lightness value of cbf83b is 0.60.

The process color (four color CMYK) of #cbf83b color hex is 0.18, 0.00, 0.76, 0.03. Web safe color of #cbf83b is #ccff33. Color #cbf83b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11111000 00111011
Octal 313 370 73
Decimal 203 248 59
Hex CB F8 3B

RGB Percentages of Color #cbf83b

%39.80
%48.63
%11.57

CMYK Percentages of Color #cbf83b

%18
%0
%76
%3

Triadic Colors of #cbf83b

#cbf83b #3bcbf8 #f83bcb

Analogous Colors of #cbf83b

#cbf83b #6df83b #f8c73b

Monochromatic Colors of #cbf83b

#cbf83b

Complementary Color

#cbf83b #683bf8

#cbf83b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf83b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf83b Color CSS Codes

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

#cbf83b Text Font Color

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

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


#cbf83b Background Color

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

This div background color is #cbf83b


#cbf83b Border Color

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

This div border color is #cbf83b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,248,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 #cbf83b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf83b


Comments

No comments written yet.

Please login to write comment.