Color Hex Logo

#cbe220 Color Hex

#CBE220
(203,226,32)
0 Favorites   0 Comments

Color spaces of #cbe220

RGB 20322632
HSL0.190.770.51
HSV67°86°89°
CMYK 0.100.000.86   0.11
XYZ52.085767.193511.5909
Yxy67.19350.39800.5134
Hunter Lab81.9716-30.029548.9965
CIE-Lab85.6016-28.774580.3881

#cbe220 color RGB value is (203,226,32).

#cbe220 hex color red value is 203, green value is 226 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #cbe220 hue: 0.19 , saturation: 0.77 and the lightness value of cbe220 is 0.51.

The process color (four color CMYK) of #cbe220 color hex is 0.10, 0.00, 0.86, 0.11. Web safe color of #cbe220 is #cccc33. Color #cbe220 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100010 00100000
Octal 313 342 40
Decimal 203 226 32
Hex CB E2 20

RGB Percentages of Color #cbe220

%44.03
%49.02
%6.94

CMYK Percentages of Color #cbe220

%10
%0
%86
%11

Triadic Colors of #cbe220

#cbe220 #20cbe2 #e220cb

Analogous Colors of #cbe220

#cbe220 #6ae220 #e29820

Monochromatic Colors of #cbe220

#cbe220

Complementary Color

#cbe220 #3720e2

#cbe220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe220 Color CSS Codes

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

#cbe220 Text Font Color

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

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


#cbe220 Background Color

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

This div background color is #cbe220


#cbe220 Border Color

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

This div border color is #cbe220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe220


Comments

No comments written yet.

Please login to write comment.