Color Hex Logo

#cbda3d Color Hex

#CBDA3D
(203,218,61)
0 Favorites   0 Comments

Color spaces of #cbda3d

RGB 20321861
HSL0.180.680.55
HSV66°72°85°
CMYK 0.070.000.72   0.15
XYZ50.542363.176213.9453
Yxy63.17620.39590.4949
Hunter Lab79.4835-25.590745.2360
CIE-Lab83.5350-23.948970.7984

#cbda3d color RGB value is (203,218,61).

#cbda3d hex color red value is 203, green value is 218 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #cbda3d hue: 0.18 , saturation: 0.68 and the lightness value of cbda3d is 0.55.

The process color (four color CMYK) of #cbda3d color hex is 0.07, 0.00, 0.72, 0.15. Web safe color of #cbda3d is #cccc33. Color #cbda3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011010 00111101
Octal 313 332 75
Decimal 203 218 61
Hex CB DA 3D

RGB Percentages of Color #cbda3d

%42.12
%45.23
%12.66

CMYK Percentages of Color #cbda3d

%7
%0
%72
%15

Triadic Colors of #cbda3d

#cbda3d #3dcbda #da3dcb

Analogous Colors of #cbda3d

#cbda3d #7dda3d #da9b3d

Monochromatic Colors of #cbda3d

#cbda3d

Complementary Color

#cbda3d #4c3dda

#cbda3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbda3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbda3d Color CSS Codes

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

#cbda3d Text Font Color

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

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


#cbda3d Background Color

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

This div background color is #cbda3d


#cbda3d Border Color

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

This div border color is #cbda3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbda3d


Comments

No comments written yet.

Please login to write comment.