Color Hex Logo

#cbca58 Color Hex

#CBCA58
(203,202,88)
0 Favorites   0 Comments

Color spaces of #cbca58

RGB 20320288
HSL0.170.530.57
HSV59°57°80°
CMYK 0.000.000.57   0.20
XYZ47.510655.642217.4685
Yxy55.64220.39390.4613
Hunter Lab74.5937-16.847838.3309
CIE-Lab79.4097-14.434655.8249

#cbca58 color RGB value is (203,202,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001010 01011000
Octal 313 312 130
Decimal 203 202 88
Hex CB CA 58

RGB Percentages of Color #cbca58

%41.18
%40.97
%17.85

CMYK Percentages of Color #cbca58

%0
%0
%57
%20

Triadic Colors of #cbca58

#cbca58 #58cbca #ca58cb

Analogous Colors of #cbca58

#cbca58 #93cb58 #cb9158

Monochromatic Colors of #cbca58

#cbca58

Complementary Color

#cbca58 #5859cb

#cbca58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbca58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbca58 Color CSS Codes

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

#cbca58 Text Font Color

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

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


#cbca58 Background Color

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

This div background color is #cbca58


#cbca58 Border Color

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

This div border color is #cbca58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbca58


Comments

No comments written yet.

Please login to write comment.