Color Hex Logo

#cbe353 Color Hex

#CBE353
(203,227,83)
0 Favorites   0 Comments

Color spaces of #cbe353

RGB 20322783
HSL0.190.720.61
HSV70°63°89°
CMYK 0.110.000.63   0.11
XYZ53.659068.259218.5308
Yxy68.25920.38210.4860
Hunter Lab82.6191-28.652344.5351
CIE-Lab86.1359-26.998765.2619

#cbe353 color RGB value is (203,227,83).

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

The process color (four color CMYK) of #cbe353 color hex is 0.11, 0.00, 0.63, 0.11. Web safe color of #cbe353 is #cccc66. Color #cbe353 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100011 01010011
Octal 313 343 123
Decimal 203 227 83
Hex CB E3 53

RGB Percentages of Color #cbe353

%39.57
%44.25
%16.18

CMYK Percentages of Color #cbe353

%11
%0
%63
%11

Triadic Colors of #cbe353

#cbe353 #53cbe3 #e353cb

Analogous Colors of #cbe353

#cbe353 #83e353 #e3b353

Monochromatic Colors of #cbe353

#cbe353

Complementary Color

#cbe353 #6b53e3

#cbe353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe353 Color CSS Codes

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

#cbe353 Text Font Color

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

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


#cbe353 Background Color

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

This div background color is #cbe353


#cbe353 Border Color

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

This div border color is #cbe353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe353


Comments

No comments written yet.

Please login to write comment.