Color Hex Logo

#cbce60 Color Hex

#CBCE60
(203,206,96)
0 Favorites   0 Comments

Color spaces of #cbce60

RGB 20320696
HSL0.170.530.59
HSV62°53°81°
CMYK 0.010.000.53   0.19
XYZ48.811257.683719.6278
Yxy57.68370.38700.4574
Hunter Lab75.9498-18.194237.8425
CIE-Lab80.5626-15.815453.5075

#cbce60 color RGB value is (203,206,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001110 01100000
Octal 313 316 140
Decimal 203 206 96
Hex CB CE 60

RGB Percentages of Color #cbce60

%40.20
%40.79
%19.01

CMYK Percentages of Color #cbce60

%1
%0
%53
%19

Triadic Colors of #cbce60

#cbce60 #60cbce #ce60cb

Analogous Colors of #cbce60

#cbce60 #94ce60 #ce9a60

Monochromatic Colors of #cbce60

#cbce60

Complementary Color

#cbce60 #6360ce

#cbce60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbce60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbce60 Color CSS Codes

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

#cbce60 Text Font Color

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

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


#cbce60 Background Color

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

This div background color is #cbce60


#cbce60 Border Color

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

This div border color is #cbce60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbce60


Comments

No comments written yet.

Please login to write comment.