Color Hex Logo

#cbd63f Color Hex

#CBD63F
(203,214,63)
0 Favorites   0 Comments

Color spaces of #cbd63f

RGB 20321463
HSL0.180.650.54
HSV64°71°84°
CMYK 0.050.000.71   0.16
XYZ49.572461.148513.8927
Yxy61.14850.39780.4907
Hunter Lab78.1975-23.687644.2047
CIE-Lab82.4585-21.916769.0693

#cbd63f color RGB value is (203,214,63).

#cbd63f hex color red value is 203, green value is 214 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #cbd63f hue: 0.18 , saturation: 0.65 and the lightness value of cbd63f is 0.54.

The process color (four color CMYK) of #cbd63f color hex is 0.05, 0.00, 0.71, 0.16. Web safe color of #cbd63f is #cccc33. Color #cbd63f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010110 00111111
Octal 313 326 77
Decimal 203 214 63
Hex CB D6 3F

RGB Percentages of Color #cbd63f

%42.29
%44.58
%13.13

CMYK Percentages of Color #cbd63f

%5
%0
%71
%16

Triadic Colors of #cbd63f

#cbd63f #3fcbd6 #d63fcb

Analogous Colors of #cbd63f

#cbd63f #80d63f #d6963f

Monochromatic Colors of #cbd63f

#cbd63f

Complementary Color

#cbd63f #4a3fd6

#cbd63f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd63f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd63f Color CSS Codes

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

#cbd63f Text Font Color

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

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


#cbd63f Background Color

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

This div background color is #cbd63f


#cbd63f Border Color

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

This div border color is #cbd63f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd63f


Comments

No comments written yet.

Please login to write comment.