Color Hex Logo

#cbe524 Color Hex

#CBE524
(203,229,36)
0 Favorites   0 Comments

Color spaces of #cbe524

RGB 20322936
HSL0.190.790.52
HSV68°84°90°
CMYK 0.110.000.84   0.10
XYZ52.966468.862512.1692
Yxy68.86250.39530.5139
Hunter Lab82.9834-31.288649.3938
CIE-Lab86.4359-30.077580.2757

#cbe524 color RGB value is (203,229,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100101 00100100
Octal 313 345 44
Decimal 203 229 36
Hex CB E5 24

RGB Percentages of Color #cbe524

%43.38
%48.93
%7.69

CMYK Percentages of Color #cbe524

%11
%0
%84
%10

Triadic Colors of #cbe524

#cbe524 #24cbe5 #e524cb

Analogous Colors of #cbe524

#cbe524 #6be524 #e59f24

Monochromatic Colors of #cbe524

#cbe524

Complementary Color

#cbe524 #3e24e5

#cbe524 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe524 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe524 Color CSS Codes

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

#cbe524 Text Font Color

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

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


#cbe524 Background Color

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

This div background color is #cbe524


#cbe524 Border Color

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

This div border color is #cbe524


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe524


Comments

No comments written yet.

Please login to write comment.