Color Hex Logo

#cbca68 Color Hex

#CBCA68
(203,202,104)
0 Favorites   0 Comments

Color spaces of #cbca68

RGB 203202104
HSL0.160.490.60
HSV59°49°80°
CMYK 0.000.000.49   0.20
XYZ48.247855.937021.3507
Yxy55.93700.38430.4456
Hunter Lab74.7910-15.733735.4281
CIE-Lab79.5780-13.117748.5964

#cbca68 color RGB value is (203,202,104).

#cbca68 hex color red value is 203, green value is 202 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #cbca68 hue: 0.16 , saturation: 0.49 and the lightness value of cbca68 is 0.60.

The process color (four color CMYK) of #cbca68 color hex is 0.00, 0.00, 0.49, 0.20. Web safe color of #cbca68 is #cccc66. Color #cbca68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001010 01101000
Octal 313 312 150
Decimal 203 202 104
Hex CB CA 68

RGB Percentages of Color #cbca68

%39.88
%39.69
%20.43

CMYK Percentages of Color #cbca68

%0
%0
%49
%20

Triadic Colors of #cbca68

#cbca68 #68cbca #ca68cb

Analogous Colors of #cbca68

#cbca68 #9bcb68 #cb9968

Monochromatic Colors of #cbca68

#cbca68

Complementary Color

#cbca68 #6869cb

#cbca68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbca68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbca68 Color CSS Codes

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

#cbca68 Text Font Color

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

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


#cbca68 Background Color

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

This div background color is #cbca68


#cbca68 Border Color

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

This div border color is #cbca68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbca68


Comments

No comments written yet.

Please login to write comment.