Color Hex Logo

#cbf039 Color Hex

#CBF039
(203,240,57)
0 Favorites   0 Comments

Color spaces of #cbf039

RGB 20324057
HSL0.200.860.58
HSV72°76°94°
CMYK 0.150.000.76   0.06
XYZ56.527275.312115.4283
Yxy75.31210.38380.5114
Hunter Lab86.7825-35.600650.2071
CIE-Lab89.5390-34.431777.6962

#cbf039 color RGB value is (203,240,57).

#cbf039 hex color red value is 203, green value is 240 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #cbf039 hue: 0.20 , saturation: 0.86 and the lightness value of cbf039 is 0.58.

The process color (four color CMYK) of #cbf039 color hex is 0.15, 0.00, 0.76, 0.06. Web safe color of #cbf039 is #ccff33. Color #cbf039 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110000 00111001
Octal 313 360 71
Decimal 203 240 57
Hex CB F0 39

RGB Percentages of Color #cbf039

%40.60
%48.00
%11.40

CMYK Percentages of Color #cbf039

%15
%0
%76
%6

Triadic Colors of #cbf039

#cbf039 #39cbf0 #f039cb

Analogous Colors of #cbf039

#cbf039 #70f039 #f0ba39

Monochromatic Colors of #cbf039

#cbf039

Complementary Color

#cbf039 #5e39f0

#cbf039 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf039 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf039 Color CSS Codes

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

#cbf039 Text Font Color

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

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


#cbf039 Background Color

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

This div background color is #cbf039


#cbf039 Border Color

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

This div border color is #cbf039


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf039


Comments

No comments written yet.

Please login to write comment.