Color Hex Logo

#cabb38 Color Hex

#CABB38
(202,187,56)
0 Favorites   0 Comments

Color spaces of #cabb38

RGB 20218756
HSL0.150.580.51
HSV54°72°79°
CMYK 0.000.070.72   0.21
XYZ42.841348.382710.8222
Yxy48.38270.41980.4741
Hunter Lab69.5577-11.785939.4657
CIE-Lab75.0657-9.160464.3662

#cabb38 color RGB value is (202,187,56).

#cabb38 hex color red value is 202, green value is 187 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #cabb38 hue: 0.15 , saturation: 0.58 and the lightness value of cabb38 is 0.51.

The process color (four color CMYK) of #cabb38 color hex is 0.00, 0.07, 0.72, 0.21. Web safe color of #cabb38 is #cccc33. Color #cabb38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111011 00111000
Octal 312 273 70
Decimal 202 187 56
Hex CA BB 38

RGB Percentages of Color #cabb38

%45.39
%42.02
%12.58

CMYK Percentages of Color #cabb38

%0
%7
%72
%21

Triadic Colors of #cabb38

#cabb38 #38cabb #bb38ca

Analogous Colors of #cabb38

#cabb38 #90ca38 #ca7238

Monochromatic Colors of #cabb38

#cabb38

Complementary Color

#cabb38 #3847ca

#cabb38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabb38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabb38 Color CSS Codes

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

#cabb38 Text Font Color

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

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


#cabb38 Background Color

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

This div background color is #cabb38


#cabb38 Border Color

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

This div border color is #cabb38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabb38


Comments

No comments written yet.

Please login to write comment.