Color Hex Logo

#cbf461 Color Hex

#CBF461
(203,244,97)
0 Favorites   0 Comments

Color spaces of #cbf461

RGB 20324497
HSL0.210.870.67
HSV77°60°96°
CMYK 0.170.000.60   0.04
XYZ59.137078.260923.2983
Yxy78.26090.36800.4870
Hunter Lab88.4652-35.490846.3109
CIE-Lab90.8988-33.919264.6844

#cbf461 color RGB value is (203,244,97).

#cbf461 hex color red value is 203, green value is 244 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #cbf461 hue: 0.21 , saturation: 0.87 and the lightness value of cbf461 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110100 01100001
Octal 313 364 141
Decimal 203 244 97
Hex CB F4 61

RGB Percentages of Color #cbf461

%37.32
%44.85
%17.83

CMYK Percentages of Color #cbf461

%17
%0
%60
%4

Triadic Colors of #cbf461

#cbf461 #61cbf4 #f461cb

Analogous Colors of #cbf461

#cbf461 #82f461 #f4d461

Monochromatic Colors of #cbf461

#cbf461

Complementary Color

#cbf461 #8a61f4

#cbf461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf461 Color CSS Codes

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

#cbf461 Text Font Color

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

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


#cbf461 Background Color

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

This div background color is #cbf461


#cbf461 Border Color

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

This div border color is #cbf461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf461


Comments

No comments written yet.

Please login to write comment.