Color Hex Logo

#cbce6c Color Hex

#CBCE6C
(203,206,108)
0 Favorites   0 Comments

Color spaces of #cbce6c

RGB 203206108
HSL0.170.500.62
HSV62°48°81°
CMYK 0.010.000.48   0.19
XYZ49.406757.921822.7634
Yxy57.92180.37980.4452
Hunter Lab76.1064-17.307635.5408
CIE-Lab80.6953-14.765648.0147

#cbce6c color RGB value is (203,206,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001110 01101100
Octal 313 316 154
Decimal 203 206 108
Hex CB CE 6C

RGB Percentages of Color #cbce6c

%39.26
%39.85
%20.89

CMYK Percentages of Color #cbce6c

%1
%0
%48
%19

Triadic Colors of #cbce6c

#cbce6c #6ccbce #ce6ccb

Analogous Colors of #cbce6c

#cbce6c #9ace6c #cea06c

Monochromatic Colors of #cbce6c

#cbce6c

Complementary Color

#cbce6c #6f6cce

#cbce6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbce6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbce6c Color CSS Codes

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

#cbce6c Text Font Color

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

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


#cbce6c Background Color

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

This div background color is #cbce6c


#cbce6c Border Color

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

This div border color is #cbce6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbce6c


Comments

No comments written yet.

Please login to write comment.