Color Hex Logo

#cabd23 Color Hex

#CABD23
(202,189,35)
0 Favorites   0 Comments

Color spaces of #cabd23

RGB 20218935
HSL0.150.700.46
HSV55°83°79°
CMYK 0.000.060.83   0.21
XYZ42.858149.07318.8033
Yxy49.07310.42550.4872
Hunter Lab70.0522-13.384641.5857
CIE-Lab75.4968-10.968571.2712

#cabd23 color RGB value is (202,189,35).

#cabd23 hex color red value is 202, green value is 189 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #cabd23 hue: 0.15 , saturation: 0.70 and the lightness value of cabd23 is 0.46.

The process color (four color CMYK) of #cabd23 color hex is 0.00, 0.06, 0.83, 0.21. Web safe color of #cabd23 is #cccc33. Color #cabd23 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10111101 00100011
Octal 312 275 43
Decimal 202 189 35
Hex CA BD 23

RGB Percentages of Color #cabd23

%47.42
%44.37
%8.22

CMYK Percentages of Color #cabd23

%0
%6
%83
%21

Triadic Colors of #cabd23

#cabd23 #23cabd #bd23ca

Analogous Colors of #cabd23

#cabd23 #84ca23 #ca6a23

Monochromatic Colors of #cabd23

#cabd23

Complementary Color

#cabd23 #2330ca

#cabd23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cabd23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cabd23 Color CSS Codes

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

#cabd23 Text Font Color

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

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


#cabd23 Background Color

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

This div background color is #cabd23


#cabd23 Border Color

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

This div border color is #cabd23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cabd23


Comments

No comments written yet.

Please login to write comment.