Color Hex Logo

#cabc58 Color Hex

#CABC58
(202,188,88)
0 Favorites   0 Comments

Color spaces of #cabc58

RGB 20218888
HSL0.150.520.57
HSV53°56°79°
CMYK 0.000.070.56   0.21
XYZ44.101849.227616.4100
Yxy49.22760.40190.4486
Hunter Lab70.1624-10.584935.2466
CIE-Lab75.5927-7.708551.4847

#cabc58 color RGB value is (202,188,88).

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

The process color (four color CMYK) of #cabc58 color hex is 0.00, 0.07, 0.56, 0.21. Web safe color of #cabc58 is #cccc66. Color #cabc58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111100 01011000
Octal 312 274 130
Decimal 202 188 88
Hex CA BC 58

RGB Percentages of Color #cabc58

%42.26
%39.33
%18.41

CMYK Percentages of Color #cabc58

%0
%7
%56
%21

Triadic Colors of #cabc58

#cabc58 #58cabc #bc58ca

Analogous Colors of #cabc58

#cabc58 #9fca58 #ca8358

Monochromatic Colors of #cabc58

#cabc58

Complementary Color

#cabc58 #5866ca

#cabc58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabc58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabc58 Color CSS Codes

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

#cabc58 Text Font Color

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

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


#cabc58 Background Color

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

This div background color is #cabc58


#cabc58 Border Color

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

This div border color is #cabc58


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,188,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 #cabc58">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabc58


Comments

No comments written yet.

Please login to write comment.