Color Hex Logo

#cbe420 Color Hex

#CBE420
(203,228,32)
0 Favorites   0 Comments

Color spaces of #cbe420

RGB 20322832
HSL0.190.780.51
HSV68°86°89°
CMYK 0.110.000.86   0.11
XYZ52.632768.287611.7733
Yxy68.28760.39660.5146
Hunter Lab82.6363-30.923449.3983
CIE-Lab86.1501-29.711380.8391

#cbe420 color RGB value is (203,228,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100100 00100000
Octal 313 344 40
Decimal 203 228 32
Hex CB E4 20

RGB Percentages of Color #cbe420

%43.84
%49.24
%6.91

CMYK Percentages of Color #cbe420

%11
%0
%86
%11

Triadic Colors of #cbe420

#cbe420 #20cbe4 #e420cb

Analogous Colors of #cbe420

#cbe420 #69e420 #e49b20

Monochromatic Colors of #cbe420

#cbe420

Complementary Color

#cbe420 #3920e4

#cbe420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe420 Color CSS Codes

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

#cbe420 Text Font Color

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

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


#cbe420 Background Color

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

This div background color is #cbe420


#cbe420 Border Color

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

This div border color is #cbe420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe420


Comments

No comments written yet.

Please login to write comment.