Color Hex Logo

#cbf95e Color Hex

#CBF95E
(203,249,94)
0 Favorites   0 Comments

Color spaces of #cbf95e

RGB 20324994
HSL0.220.930.67
HSV78°62°98°
CMYK 0.180.000.62   0.02
XYZ60.524781.256023.0837
Yxy81.25600.36710.4929
Hunter Lab90.1421-37.897347.9164
CIE-Lab92.2455-36.410767.3746

#cbf95e color RGB value is (203,249,94).

#cbf95e hex color red value is 203, green value is 249 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cbf95e hue: 0.22 , saturation: 0.93 and the lightness value of cbf95e is 0.67.

The process color (four color CMYK) of #cbf95e color hex is 0.18, 0.00, 0.62, 0.02. Web safe color of #cbf95e is #ccff66. Color #cbf95e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11111001 01011110
Octal 313 371 136
Decimal 203 249 94
Hex CB F9 5E

RGB Percentages of Color #cbf95e

%37.18
%45.60
%17.22

CMYK Percentages of Color #cbf95e

%18
%0
%62
%2

Triadic Colors of #cbf95e

#cbf95e #5ecbf9 #f95ecb

Analogous Colors of #cbf95e

#cbf95e #7ef95e #f9da5e

Monochromatic Colors of #cbf95e

#cbf95e

Complementary Color

#cbf95e #8c5ef9

#cbf95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf95e Color CSS Codes

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

#cbf95e Text Font Color

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

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


#cbf95e Background Color

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

This div background color is #cbf95e


#cbf95e Border Color

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

This div border color is #cbf95e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,249,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 #cbf95e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf95e


Comments

No comments written yet.

Please login to write comment.