Color Hex Logo

#cbf55e Color Hex

#CBF55E
(203,245,94)
0 Favorites   0 Comments

Color spaces of #cbf55e

RGB 20324594
HSL0.210.880.66
HSV77°62°96°
CMYK 0.170.000.62   0.04
XYZ59.301478.809522.6759
Yxy78.80950.36880.4901
Hunter Lab88.7747-36.118046.9977
CIE-Lab91.1480-34.598166.1889

#cbf55e color RGB value is (203,245,94).

#cbf55e hex color red value is 203, green value is 245 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cbf55e hue: 0.21 , saturation: 0.88 and the lightness value of cbf55e is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11110101 01011110
Octal 313 365 136
Decimal 203 245 94
Hex CB F5 5E

RGB Percentages of Color #cbf55e

%37.45
%45.20
%17.34

CMYK Percentages of Color #cbf55e

%17
%0
%62
%4

Triadic Colors of #cbf55e

#cbf55e #5ecbf5 #f55ecb

Analogous Colors of #cbf55e

#cbf55e #80f55e #f5d45e

Monochromatic Colors of #cbf55e

#cbf55e

Complementary Color

#cbf55e #885ef5

#cbf55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf55e Color CSS Codes

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

#cbf55e Text Font Color

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

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


#cbf55e Background Color

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

This div background color is #cbf55e


#cbf55e Border Color

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

This div border color is #cbf55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf55e


Comments

No comments written yet.

Please login to write comment.