Color Hex Logo

#cbf83d Color Hex

#CBF83D
(203,248,61)
0 Favorites   0 Comments

Color spaces of #cbf83d

RGB 20324861
HSL0.210.930.61
HSV74°75°97°
CMYK 0.180.000.75   0.03
XYZ59.038380.168216.7772
Yxy80.16820.37850.5140
Hunter Lab89.5367-38.990751.5661
CIE-Lab91.7603-37.869978.5718

#cbf83d color RGB value is (203,248,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11111000 00111101
Octal 313 370 75
Decimal 203 248 61
Hex CB F8 3D

RGB Percentages of Color #cbf83d

%39.65
%48.44
%11.91

CMYK Percentages of Color #cbf83d

%18
%0
%75
%3

Triadic Colors of #cbf83d

#cbf83d #3dcbf8 #f83dcb

Analogous Colors of #cbf83d

#cbf83d #6ef83d #f8c83d

Monochromatic Colors of #cbf83d

#cbf83d

Complementary Color

#cbf83d #6a3df8

#cbf83d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf83d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf83d Color CSS Codes

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

#cbf83d Text Font Color

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

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


#cbf83d Background Color

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

This div background color is #cbf83d


#cbf83d Border Color

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

This div border color is #cbf83d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf83d


Comments

No comments written yet.

Please login to write comment.