Color Hex Logo

#cbf82e Color Hex

#CBF82E
(203,248,46)
0 Favorites   0 Comments

Color spaces of #cbf82e

RGB 20324846
HSL0.200.940.58
HSV73°81°97°
CMYK 0.180.000.81   0.03
XYZ58.689180.028614.9386
Yxy80.02860.38200.5208
Hunter Lab89.4587-39.448452.7203
CIE-Lab91.6977-38.442982.5331

#cbf82e color RGB value is (203,248,46).

#cbf82e hex color red value is 203, green value is 248 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cbf82e hue: 0.20 , saturation: 0.94 and the lightness value of cbf82e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11111000 00101110
Octal 313 370 56
Decimal 203 248 46
Hex CB F8 2E

RGB Percentages of Color #cbf82e

%40.85
%49.90
%9.26

CMYK Percentages of Color #cbf82e

%18
%0
%81
%3

Triadic Colors of #cbf82e

#cbf82e #2ecbf8 #f82ecb

Analogous Colors of #cbf82e

#cbf82e #66f82e #f8c02e

Monochromatic Colors of #cbf82e

#cbf82e

Complementary Color

#cbf82e #5b2ef8

#cbf82e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf82e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf82e Color CSS Codes

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

#cbf82e Text Font Color

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

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


#cbf82e Background Color

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

This div background color is #cbf82e


#cbf82e Border Color

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

This div border color is #cbf82e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf82e


Comments

No comments written yet.

Please login to write comment.