Color Hex Logo

#cbf740 Color Hex

#CBF740
(203,247,64)
0 Favorites   0 Comments

Color spaces of #cbf740

RGB 20324764
HSL0.210.920.61
HSV74°74°97°
CMYK 0.180.000.74   0.03
XYZ58.814879.588217.1127
Yxy79.58820.37820.5118
Hunter Lab89.2122-38.442051.0755
CIE-Lab91.4998-37.286177.4126

#cbf740 color RGB value is (203,247,64).

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

The process color (four color CMYK) of #cbf740 color hex is 0.18, 0.00, 0.74, 0.03. Web safe color of #cbf740 is #ccff33. Color #cbf740 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110111 01000000
Octal 313 367 100
Decimal 203 247 64
Hex CB F7 40

RGB Percentages of Color #cbf740

%39.49
%48.05
%12.45

CMYK Percentages of Color #cbf740

%18
%0
%74
%3

Triadic Colors of #cbf740

#cbf740 #40cbf7 #f740cb

Analogous Colors of #cbf740

#cbf740 #70f740 #f7c840

Monochromatic Colors of #cbf740

#cbf740

Complementary Color

#cbf740 #6c40f7

#cbf740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf740 Color CSS Codes

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

#cbf740 Text Font Color

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

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


#cbf740 Background Color

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

This div background color is #cbf740


#cbf740 Border Color

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

This div border color is #cbf740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf740


Comments

No comments written yet.

Please login to write comment.