Color Hex Logo

#cbf74f Color Hex

#CBF74F
(203,247,79)
0 Favorites   0 Comments

Color spaces of #cbf74f

RGB 20324779
HSL0.210.910.64
HSV76°68°97°
CMYK 0.180.000.68   0.03
XYZ59.300679.782619.6712
Yxy79.78260.37350.5026
Hunter Lab89.3211-37.805249.4673
CIE-Lab91.5872-36.493172.4323

#cbf74f color RGB value is (203,247,79).

#cbf74f hex color red value is 203, green value is 247 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cbf74f hue: 0.21 , saturation: 0.91 and the lightness value of cbf74f is 0.64.

The process color (four color CMYK) of #cbf74f color hex is 0.18, 0.00, 0.68, 0.03. Web safe color of #cbf74f is #ccff66. Color #cbf74f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110111 01001111
Octal 313 367 117
Decimal 203 247 79
Hex CB F7 4F

RGB Percentages of Color #cbf74f

%38.37
%46.69
%14.93

CMYK Percentages of Color #cbf74f

%18
%0
%68
%3

Triadic Colors of #cbf74f

#cbf74f #4fcbf7 #f74fcb

Analogous Colors of #cbf74f

#cbf74f #77f74f #f7cf4f

Monochromatic Colors of #cbf74f

#cbf74f

Complementary Color

#cbf74f #7b4ff7

#cbf74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf74f Color CSS Codes

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

#cbf74f Text Font Color

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

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


#cbf74f Background Color

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

This div background color is #cbf74f


#cbf74f Border Color

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

This div border color is #cbf74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf74f


Comments

No comments written yet.

Please login to write comment.