Color Hex Logo

#cbf84b Color Hex

#CBF84B
(203,248,75)
0 Favorites   0 Comments

Color spaces of #cbf84b

RGB 20324875
HSL0.210.930.63
HSV76°70°97°
CMYK 0.180.000.70   0.03
XYZ59.466080.339319.0295
Yxy80.33930.37440.5058
Hunter Lab89.6322-38.431550.1549
CIE-Lab91.8369-37.172474.1058

#cbf84b color RGB value is (203,248,75).

#cbf84b hex color red value is 203, green value is 248 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cbf84b hue: 0.21 , saturation: 0.93 and the lightness value of cbf84b is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11111000 01001011
Octal 313 370 113
Decimal 203 248 75
Hex CB F8 4B

RGB Percentages of Color #cbf84b

%38.59
%47.15
%14.26

CMYK Percentages of Color #cbf84b

%18
%0
%70
%3

Triadic Colors of #cbf84b

#cbf84b #4bcbf8 #f84bcb

Analogous Colors of #cbf84b

#cbf84b #75f84b #f8cf4b

Monochromatic Colors of #cbf84b

#cbf84b

Complementary Color

#cbf84b #784bf8

#cbf84b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbf84b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbf84b Color CSS Codes

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

#cbf84b Text Font Color

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

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


#cbf84b Background Color

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

This div background color is #cbf84b


#cbf84b Border Color

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

This div border color is #cbf84b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbf84b


Comments

No comments written yet.

Please login to write comment.