Color Hex Logo

#cbe028 Color Hex

#CBE028
(203,224,40)
0 Favorites   0 Comments

Color spaces of #cbe028

RGB 20322440
HSL0.190.750.52
HSV67°82°88°
CMYK 0.090.000.82   0.12
XYZ51.667366.161012.0547
Yxy66.16100.39780.5094
Hunter Lab81.3394-28.959748.1507
CIE-Lab85.0785-27.618378.2384

#cbe028 color RGB value is (203,224,40).

#cbe028 hex color red value is 203, green value is 224 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #cbe028 hue: 0.19 , saturation: 0.75 and the lightness value of cbe028 is 0.52.

The process color (four color CMYK) of #cbe028 color hex is 0.09, 0.00, 0.82, 0.12. Web safe color of #cbe028 is #cccc33. Color #cbe028 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100000 00101000
Octal 313 340 50
Decimal 203 224 40
Hex CB E0 28

RGB Percentages of Color #cbe028

%43.47
%47.97
%8.57

CMYK Percentages of Color #cbe028

%9
%0
%82
%12

Triadic Colors of #cbe028

#cbe028 #28cbe0 #e028cb

Analogous Colors of #cbe028

#cbe028 #6fe028 #e09928

Monochromatic Colors of #cbe028

#cbe028

Complementary Color

#cbe028 #3d28e0

#cbe028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe028 Color CSS Codes

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

#cbe028 Text Font Color

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

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


#cbe028 Background Color

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

This div background color is #cbe028


#cbe028 Border Color

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

This div border color is #cbe028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe028


Comments

No comments written yet.

Please login to write comment.