Color Hex Logo

#cbf951 Color Hex

#CBF951
(203,249,81)
0 Favorites   0 Comments

Color spaces of #cbf951

RGB 20324981
HSL0.210.930.65
HSV76°67°98°
CMYK 0.180.000.67   0.02
XYZ59.989581.042020.2655
Yxy81.04200.37190.5024
Hunter Lab90.0233-38.592549.6693
CIE-Lab92.1504-37.272472.2759

#cbf951 color RGB value is (203,249,81).

#cbf951 hex color red value is 203, green value is 249 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #cbf951 hue: 0.21 , saturation: 0.93 and the lightness value of cbf951 is 0.65.

The process color (four color CMYK) of #cbf951 color hex is 0.18, 0.00, 0.67, 0.02. Web safe color of #cbf951 is #ccff66. Color #cbf951 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11111001 01010001
Octal 313 371 121
Decimal 203 249 81
Hex CB F9 51

RGB Percentages of Color #cbf951

%38.09
%46.72
%15.20

CMYK Percentages of Color #cbf951

%18
%0
%67
%2

Triadic Colors of #cbf951

#cbf951 #51cbf9 #f951cb

Analogous Colors of #cbf951

#cbf951 #77f951 #f9d351

Monochromatic Colors of #cbf951

#cbf951

Complementary Color

#cbf951 #7f51f9

#cbf951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf951 Color CSS Codes

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

#cbf951 Text Font Color

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

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


#cbf951 Background Color

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

This div background color is #cbf951


#cbf951 Border Color

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

This div border color is #cbf951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf951


Comments

No comments written yet.

Please login to write comment.