Color Hex Logo

#cbf83c Color Hex

#CBF83C
(203,248,60)
0 Favorites   0 Comments

Color spaces of #cbf83c

RGB 20324860
HSL0.210.930.60
HSV74°76°97°
CMYK 0.180.000.76   0.03
XYZ59.011680.157616.6367
Yxy80.15760.37880.5145
Hunter Lab89.5308-39.025851.6542
CIE-Lab91.7555-37.913878.8637

#cbf83c color RGB value is (203,248,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11111000 00111100
Octal 313 370 74
Decimal 203 248 60
Hex CB F8 3C

RGB Percentages of Color #cbf83c

%39.73
%48.53
%11.74

CMYK Percentages of Color #cbf83c

%18
%0
%76
%3

Triadic Colors of #cbf83c

#cbf83c #3ccbf8 #f83ccb

Analogous Colors of #cbf83c

#cbf83c #6df83c #f8c73c

Monochromatic Colors of #cbf83c

#cbf83c

Complementary Color

#cbf83c #693cf8

#cbf83c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf83c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf83c Color CSS Codes

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

#cbf83c Text Font Color

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

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


#cbf83c Background Color

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

This div background color is #cbf83c


#cbf83c Border Color

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

This div border color is #cbf83c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf83c


Comments

No comments written yet.

Please login to write comment.