Color Hex Logo

#cbe830 Color Hex

#CBE830
(203,232,48)
0 Favorites   0 Comments

Color spaces of #cbe830

RGB 20323248
HSL0.190.800.55
HSV69°79°91°
CMYK 0.130.000.79   0.09
XYZ54.018770.623113.5808
Yxy70.62310.39080.5109
Hunter Lab84.0376-32.327349.2448
CIE-Lab87.3016-31.101878.1786

#cbe830 color RGB value is (203,232,48).

#cbe830 hex color red value is 203, green value is 232 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #cbe830 hue: 0.19 , saturation: 0.80 and the lightness value of cbe830 is 0.55.

The process color (four color CMYK) of #cbe830 color hex is 0.13, 0.00, 0.79, 0.09. Web safe color of #cbe830 is #ccff33. Color #cbe830 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101000 00110000
Octal 313 350 60
Decimal 203 232 48
Hex CB E8 30

RGB Percentages of Color #cbe830

%42.03
%48.03
%9.94

CMYK Percentages of Color #cbe830

%13
%0
%79
%9

Triadic Colors of #cbe830

#cbe830 #30cbe8 #e830cb

Analogous Colors of #cbe830

#cbe830 #6fe830 #e8a930

Monochromatic Colors of #cbe830

#cbe830

Complementary Color

#cbe830 #4d30e8

#cbe830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe830 Color CSS Codes

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

#cbe830 Text Font Color

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

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


#cbe830 Background Color

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

This div background color is #cbe830


#cbe830 Border Color

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

This div border color is #cbe830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe830


Comments

No comments written yet.

Please login to write comment.