Color Hex Logo

#cbce7e Color Hex

#CBCE7E
(203,206,126)
0 Favorites   0 Comments

Color spaces of #cbce7e

RGB 203206126
HSL0.170.450.65
HSV62°39°81°
CMYK 0.010.000.39   0.19
XYZ50.465858.345528.3406
Yxy58.34550.36800.4254
Hunter Lab76.3842-15.740431.4708
CIE-Lab80.9305-12.927039.4249

#cbce7e color RGB value is (203,206,126).

#cbce7e hex color red value is 203, green value is 206 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cbce7e hue: 0.17 , saturation: 0.45 and the lightness value of cbce7e is 0.65.

The process color (four color CMYK) of #cbce7e color hex is 0.01, 0.00, 0.39, 0.19. Web safe color of #cbce7e is #cccc66. Color #cbce7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001110 01111110
Octal 313 316 176
Decimal 203 206 126
Hex CB CE 7E

RGB Percentages of Color #cbce7e

%37.94
%38.50
%23.55

CMYK Percentages of Color #cbce7e

%1
%0
%39
%19

Triadic Colors of #cbce7e

#cbce7e #7ecbce #ce7ecb

Analogous Colors of #cbce7e

#cbce7e #a3ce7e #cea97e

Monochromatic Colors of #cbce7e

#cbce7e

Complementary Color

#cbce7e #817ece

#cbce7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbce7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbce7e Color CSS Codes

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

#cbce7e Text Font Color

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

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


#cbce7e Background Color

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

This div background color is #cbce7e


#cbce7e Border Color

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

This div border color is #cbce7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbce7e


Comments

No comments written yet.

Please login to write comment.