Color Hex Logo

#cbe532 Color Hex

#CBE532
(203,229,50)
0 Favorites   0 Comments

Color spaces of #cbe532

RGB 20322950
HSL0.190.770.55
HSV69°78°90°
CMYK 0.110.000.78   0.10
XYZ53.223668.965413.5241
Yxy68.96540.39220.5082
Hunter Lab83.0454-30.929348.4763
CIE-Lab86.4869-29.632476.9133

#cbe532 color RGB value is (203,229,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100101 00110010
Octal 313 345 62
Decimal 203 229 50
Hex CB E5 32

RGB Percentages of Color #cbe532

%42.12
%47.51
%10.37

CMYK Percentages of Color #cbe532

%11
%0
%78
%10

Triadic Colors of #cbe532

#cbe532 #32cbe5 #e532cb

Analogous Colors of #cbe532

#cbe532 #72e532 #e5a632

Monochromatic Colors of #cbe532

#cbe532

Complementary Color

#cbe532 #4c32e5

#cbe532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe532 Color CSS Codes

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

#cbe532 Text Font Color

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

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


#cbe532 Background Color

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

This div background color is #cbe532


#cbe532 Border Color

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

This div border color is #cbe532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe532


Comments

No comments written yet.

Please login to write comment.