Color Hex Logo

#cbe332 Color Hex

#CBE332
(203,227,50)
0 Favorites   0 Comments

Color spaces of #cbe332

RGB 20322750
HSL0.190.760.54
HSV68°78°89°
CMYK 0.110.000.78   0.11
XYZ52.673467.865013.3407
Yxy67.86500.39340.5069
Hunter Lab82.3802-30.033648.0647
CIE-Lab85.9389-28.695376.4216

#cbe332 color RGB value is (203,227,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100011 00110010
Octal 313 343 62
Decimal 203 227 50
Hex CB E3 32

RGB Percentages of Color #cbe332

%42.29
%47.29
%10.42

CMYK Percentages of Color #cbe332

%11
%0
%78
%11

Triadic Colors of #cbe332

#cbe332 #32cbe3 #e332cb

Analogous Colors of #cbe332

#cbe332 #73e332 #e3a332

Monochromatic Colors of #cbe332

#cbe332

Complementary Color

#cbe332 #4a32e3

#cbe332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe332 Color CSS Codes

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

#cbe332 Text Font Color

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

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


#cbe332 Background Color

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

This div background color is #cbe332


#cbe332 Border Color

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

This div border color is #cbe332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe332

#cbe332 Color Palettes


Comments

No comments written yet.

Please login to write comment.