Color Hex Logo

#cbf64d Color Hex

#CBF64D
(203,246,77)
0 Favorites   0 Comments

Color spaces of #cbf64d

RGB 20324677
HSL0.210.900.63
HSV75°69°96°
CMYK 0.170.000.69   0.04
XYZ58.923979.143919.1919
Yxy79.14390.37470.5033
Hunter Lab88.9629-37.456849.4834
CIE-Lab91.2994-36.158972.8618

#cbf64d color RGB value is (203,246,77).

#cbf64d hex color red value is 203, green value is 246 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #cbf64d hue: 0.21 , saturation: 0.90 and the lightness value of cbf64d is 0.63.

The process color (four color CMYK) of #cbf64d color hex is 0.17, 0.00, 0.69, 0.04. Web safe color of #cbf64d is #ccff66. Color #cbf64d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110110 01001101
Octal 313 366 115
Decimal 203 246 77
Hex CB F6 4D

RGB Percentages of Color #cbf64d

%38.59
%46.77
%14.64

CMYK Percentages of Color #cbf64d

%17
%0
%69
%4

Triadic Colors of #cbf64d

#cbf64d #4dcbf6 #f64dcb

Analogous Colors of #cbf64d

#cbf64d #77f64d #f6cd4d

Monochromatic Colors of #cbf64d

#cbf64d

Complementary Color

#cbf64d #784df6

#cbf64d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf64d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf64d Color CSS Codes

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

#cbf64d Text Font Color

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

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


#cbf64d Background Color

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

This div background color is #cbf64d


#cbf64d Border Color

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

This div border color is #cbf64d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf64d


Comments

No comments written yet.

Please login to write comment.