Color Hex Logo

#cbd965 Color Hex

#CBD965
(203,217,101)
0 Favorites   0 Comments

Color spaces of #cbd965

RGB 203217101
HSL0.190.600.62
HSV67°53°85°
CMYK 0.060.000.53   0.15
XYZ51.790463.261821.7930
Yxy63.26180.37850.4623
Hunter Lab79.5373-22.960739.4308
CIE-Lab83.5799-20.835254.6995

#cbd965 color RGB value is (203,217,101).

#cbd965 hex color red value is 203, green value is 217 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #cbd965 hue: 0.19 , saturation: 0.60 and the lightness value of cbd965 is 0.62.

The process color (four color CMYK) of #cbd965 color hex is 0.06, 0.00, 0.53, 0.15. Web safe color of #cbd965 is #cccc66. Color #cbd965 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11011001 01100101
Octal 313 331 145
Decimal 203 217 101
Hex CB D9 65

RGB Percentages of Color #cbd965

%38.96
%41.65
%19.39

CMYK Percentages of Color #cbd965

%6
%0
%53
%15

Triadic Colors of #cbd965

#cbd965 #65cbd9 #d965cb

Analogous Colors of #cbd965

#cbd965 #91d965 #d9ad65

Monochromatic Colors of #cbd965

#cbd965

Complementary Color

#cbd965 #7365d9

#cbd965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd965 Color CSS Codes

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

#cbd965 Text Font Color

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

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


#cbd965 Background Color

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

This div background color is #cbd965


#cbd965 Border Color

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

This div border color is #cbd965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd965


Comments

No comments written yet.

Please login to write comment.