Color Hex Logo

#cbec50 Color Hex

#CBEC50
(203,236,80)
0 Favorites   0 Comments

Color spaces of #cbec50

RGB 20323680
HSL0.200.800.62
HSV73°66°93°
CMYK 0.140.000.66   0.07
XYZ56.072073.266618.7760
Yxy73.26660.37860.4947
Hunter Lab85.5959-32.861446.9115
CIE-Lab88.5747-31.407068.9801

#cbec50 color RGB value is (203,236,80).

#cbec50 hex color red value is 203, green value is 236 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #cbec50 hue: 0.20 , saturation: 0.80 and the lightness value of cbec50 is 0.62.

The process color (four color CMYK) of #cbec50 color hex is 0.14, 0.00, 0.66, 0.07. Web safe color of #cbec50 is #ccff66. Color #cbec50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101100 01010000
Octal 313 354 120
Decimal 203 236 80
Hex CB EC 50

RGB Percentages of Color #cbec50

%39.11
%45.47
%15.41

CMYK Percentages of Color #cbec50

%14
%0
%66
%7

Triadic Colors of #cbec50

#cbec50 #50cbec #ec50cb

Analogous Colors of #cbec50

#cbec50 #7dec50 #ecbf50

Monochromatic Colors of #cbec50

#cbec50

Complementary Color

#cbec50 #7150ec

#cbec50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbec50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbec50 Color CSS Codes

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

#cbec50 Text Font Color

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

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


#cbec50 Background Color

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

This div background color is #cbec50


#cbec50 Border Color

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

This div border color is #cbec50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbec50


Comments

No comments written yet.

Please login to write comment.