Color Hex Logo

#cbec70 Color Hex

#CBEC70
(203,236,112)
0 Favorites   0 Comments

Color spaces of #cbec70

RGB 203236112
HSL0.210.770.68
HSV76°53°93°
CMYK 0.140.000.53   0.07
XYZ57.548773.857326.5520
Yxy73.85730.36430.4676
Hunter Lab85.9403-30.865441.8400
CIE-Lab88.8550-28.965755.8327

#cbec70 color RGB value is (203,236,112).

#cbec70 hex color red value is 203, green value is 236 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #cbec70 hue: 0.21 , saturation: 0.77 and the lightness value of cbec70 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101100 01110000
Octal 313 354 160
Decimal 203 236 112
Hex CB EC 70

RGB Percentages of Color #cbec70

%36.84
%42.83
%20.33

CMYK Percentages of Color #cbec70

%14
%0
%53
%7

Triadic Colors of #cbec70

#cbec70 #70cbec #ec70cb

Analogous Colors of #cbec70

#cbec70 #8dec70 #eccf70

Monochromatic Colors of #cbec70

#cbec70

Complementary Color

#cbec70 #9170ec

#cbec70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbec70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbec70 Color CSS Codes

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

#cbec70 Text Font Color

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

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


#cbec70 Background Color

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

This div background color is #cbec70


#cbec70 Border Color

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

This div border color is #cbec70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbec70


Comments

No comments written yet.

Please login to write comment.