Color Hex Logo

#cbf364 Color Hex

#CBF364
(203,243,100)
0 Favorites   0 Comments

Color spaces of #cbf364

RGB 203243100
HSL0.210.860.67
HSV77°59°95°
CMYK 0.160.000.59   0.05
XYZ58.979477.717823.9491
Yxy77.71780.36710.4838
Hunter Lab88.1577-34.855645.6035
CIE-Lab90.6510-33.230363.1534

#cbf364 color RGB value is (203,243,100).

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

The process color (four color CMYK) of #cbf364 color hex is 0.16, 0.00, 0.59, 0.05. Web safe color of #cbf364 is #ccff66. Color #cbf364 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110011 01100100
Octal 313 363 144
Decimal 203 243 100
Hex CB F3 64

RGB Percentages of Color #cbf364

%37.18
%44.51
%18.32

CMYK Percentages of Color #cbf364

%16
%0
%59
%5

Triadic Colors of #cbf364

#cbf364 #64cbf3 #f364cb

Analogous Colors of #cbf364

#cbf364 #84f364 #f3d464

Monochromatic Colors of #cbf364

#cbf364

Complementary Color

#cbf364 #8c64f3

#cbf364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf364 Color CSS Codes

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

#cbf364 Text Font Color

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

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


#cbf364 Background Color

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

This div background color is #cbf364


#cbf364 Border Color

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

This div border color is #cbf364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf364


Comments

No comments written yet.

Please login to write comment.